English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (422)
PLSQL (1)
PMI (4)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Oracle 1Z0-035: Oracle 7.3 & 8 to Oracle9i DBA OCP Upgrade
#111. Which two statements about creating constraints are true? (Choose two)

Show comments for this question (1)
Add comments
Link to this question

#112. Which two statements are true about WHERE and HAVING clauses? (Choose two)

Show comments for this question (1)
Add comments
Link to this question

#113. EMPLOYEES and DEPARTMENTS data:
On the EMPLOYEES table, EMPLOYEE_ID is the primary key.
MGR_ID is the ID managers and refers to the EMPLOYEE_ID.
On the DEPARTMENTS table DEPARTMENT_ID is the primary key.
Evaluate this UPDATE statement.
  1. UPDATE employees
  2. SET mgr_id =
  3. (SELECT mgr_id
  4. FROM employees
  5. WHERE dept_id=
  6. (SELECT department_id
  7. FROM departments
  8. WHERE department_name = 'Administration')),
  9. Salary = (SELECT salary
  10. FROM employees
  11. WHERE emp_name = 'Smith')
  12. WHERE job_id = 'IT_ADMIN';
What happens when the statement is executed?

Show comments for this question (0)
Add comments
Link to this question

#114. Which SQL statement accepts user input for the columns to be displayed, the table name, and WHERE condition?

Show comments for this question (1)
Add comments
Link to this question

#115. Evaluate the SQL statement:
  1. SELECT ROUND(45.953, -1), TRUNC(45.936, 2)
  2. FROM dual;
Which values are displayed?

Show comments for this question (1)
Add comments
Link to this question

#116. The CUSTOMERS table has these columns:
 CUSTOMER_ID         NUMBER (4)         NOT NULL 
 CUSTOMER_NAME       VARCHAR2 (100)      NOT NULL 
 STREET_ADDRESS      VARCHAR2 (150) 
 CITY_ADDRESS        VARHCAR2 (50) 
 STATE_ADDRESS       VARCHAR2 (50) 
 PROVINCE_ADDRESS    VARCHAR2 (50) 
 COUNTRY_ADDRESS     VARCHAR2 (50) 
 POSTAL_CODE         VARCHAR2 (12) 
 CUSTOMER_PHONE      VARCHAR2 (20)
The CUSTOMER_ID column is the primary key for the table. You need to determine how dispersed your customer base is. Which expression finds the number of different countries represented in the CUSTOMERS table?

Show comments for this question (1)
Add comments
Link to this question

#117. Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:
 EMPLOYEES 
 EMPLOYEE_ID     NUMBER           Primary Key 
 FIRST_NAME      VARCHAR2 (25) 
 LAST_NAME       VARCHAR2 (25) 
 HIRE_DATE       DATE 
 NEW             EMPLOYEES 
 EMPLOYEE_ID     NUMBER           Primary Key 
 NAME            VARCHAR2 (60)
Which DELETE statement is valid?

Show comments for this question (1)
Add comments
Link to this question

#118. Examine the structure of the EMP_DEPT_VU view:
 Column Name       Type Remarks 
 EMPLOYEE_ID       NUMBER 
 EMP_NAME          VARCHAR2(30) 
 JOB_ID            VARCHAR2(20)  
 SALARY            NUMBER 
 DEPARTMENT_ID     NUMBER  
 DEPT_NAME         VARCHAR2(30) 
Which SQL statement produces an error?

Show comments for this question (1)
Add comments
Link to this question

#119. You own a table called EMPLOYEES with this table structure:
 EMPLOYEE_ID    NUMBER Primary Key 
 FIRST_NAME     VARCHAR2(25) 
 LAST_NAME      VARCHAR2(25) 
 HIRE_DATE      DATE
What happens when you execute this DELETE statement?
  1. DELETE employees;


Show comments for this question (1)
Add comments
Link to this question

#120. Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:
 EMPLOYEES 
 EMPLOYEE_ID     NUMBER         Primary Key 
 FIRST_NAME      VARCHAR2(25) 
 LAST_NAME       VARCHAR2(25) 
 HIRE_DATE       DATE 
 NEW_EMPLOYEES 
 EMPLOYEE_ID     NUMBER         Primary Key 
 NAME            VARCHAR2(60) 

Which MERGE statement is valid?

Show comments for this question (1)
Add comments
Link to this question


  [1] ...  [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] ... [85 
Up ^ gen. 0.082 Server date 05:21 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump