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 (17)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (1)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2461)
Network Appliance (2)
Novell (16)
Oracle (412)
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
#11. The EMPLOYEE tables has these columns:
 LAST_NAME        VARCHAR2(35) 
 SALARY           NUMBER(8,2) 
 COMMISSION_PCT   NUMBER(5,2)
You want to display the name and annual salary multiplied by the commission_pct for all employees. For records that have a NULL commission_pct, a zero must be displayed against the calculated column. Which SQL statement displays the desired results?

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

#12. Examine the data from the ORDERS and CUSTOMERS table.

Which SQL statement retrieves the order ID, customer ID, and order total for the orders that are placed on the same day that Martin places his orders?

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

#13. You need to modify the STUDENTS table to add a primary key on the STUDENT_ID column. The table is currently empty.
Which statement accomplishes this task?

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

#14. Evaluate the SQL statement:
  1. 1 SELECT a.emp_name, a.sal, a.dept_id, b.maxsal
  2. 2 FROM employees a,
  3. 3 (SELECT dept_id, MAX(sal) maxsal
  4. 4 FROM employees
  5. 5 GROUP BY dept_id) b
  6. 6 WHERE a.dept_id = b.dept_id
  7. 7 AND a.sal < b.maxsal;
What is the result of the statement?

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

#15. Examine the data in the EMPLOYEES and DEPARTMENTS tables:



Also examine the SQL statements that create the EMPLOYEES and DEPARTMENTS tables:
  1. CREATE TABLE departments
  2. (department_id NUMBER PRIMARY KEY,
  3. department_name VARCHAR2(30));
  4. CREATE TABLE employees
  5. (EMPLOYEE_ID NUMBER PRIMARY KEY,
  6. EMP_NAME VARCHAR2(20),
  7. DEPT_ID NUMBER REFERENCES
  8. departments(department_id),
  9. MGR_ID NUMBER REFERENCES
  10. employees(employee id),
  11. MGR_ID NUMBER REFERENCES
  12. employees(employee id),
  13. JOB_ID VARCHAR2(15).
  14. SALARY NUMBER);
  15. ON the EMPLOYEES,
On the EMPLOYEES table, EMPLOYEE_ID is the primary key.
MGR_ID is the ID of managers and refers to the EMPLOYEE_ID.
DEPT_ID is foreign key to DEPARTMENT_ID column of the DEPARTMENTS table. On the DEPARTMENTS table, DEPARTMENT_ID is the primary key.
Examine this DELETE statement:
  1. DELETE
  2. FROM departments
  3. WHERE department id = 40;
What happens when you execute the DELETE statement?

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

#16. Which three are DATETIME data types that can be used when specifying column definitions? (Choose three.)

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

#17. Which SQL statement defines the FOREIGN KEY constraint on the DEPTNO column of the EMP table?

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

#18. Evaluate the set of SQL statements:
  1. CREATE TABLE dept
  2. (deptno NUMBER(2),
  3. dname VARCNAR2(14),
  4. loc VARCNAR2(13));
  5. ROLLBACK;
  6. DESCRIBE DEPT
What is true about the set?

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

#19. Which data dictionary table should you query to view the object privileges granted to the user on specific columns?

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

#20. Examine the structure of the EMPLOYEES and DEPARTMENTS tables:

Evaluate this SQL statement:
  1. SELECT employee_id, e.department_id, department_name,
  2. salary
  3. FROM employees e, departments d
  4. WHERE e.department_id = d.department_id;
Which SQL statement is equivalent to the above SQL statement?

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


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [85 
Up ^ gen. 0.134 Server date 06:36 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump