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
#21. The EMP table contains these columns:
 LAST NAME        VARCHAR2(25) 
 SALARY           NUMBER(6,2) 
 DEPARTMENT_ID    NUMBER(6)
You need to display the employees who have not been assigned to any department. You write the SELECT statement:
  1. SELECT LAST_NAME, SALARY, DEPARTMENT_ID
  2. FROM EMP
  3. WHERE DEPARTMENT_ID = NULL;
What is true about this SQL statement?

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

#22. Evaluate the SQL statement:
  1. SELECT ROUND(TRUNC(MOD(1600,10),-1),2)
  2. FROM dual;
What will be displayed?

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

#23. Examine the description of the MARKS table:
 STD_ID           NUMBER(4) 
 STUDENT_NAME     VARCHAR2(30) 
 SUBJ1            NUMBER(3) 
 SUBJ2            NUMBER(3)
SUBJ1 and SUBJ2 indicate the marks obtained by a student in two subjects. Examine this SELECT statement based on the MARKS table:
  1. SELECT subj1+subj2 total_marks, std_id
  2. FROM marks
  3. WHERE subj1 > AVG(subj1) AND subj2 > AVG(subj2)
  4. ORDER BY total_marks;
What is the result of the SELECT statement?

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

#24. Which /SQL*Plus feature can be used to replace values in the WHERE clause?

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

#25. You want to display the titles of books that meet these criteria:
1. Purchased before January 21, 2001
2. Price is less then $500 or greater than $900
You want to sort the results by their data of purchase, starting with the most recently bought book.
Which statement should you use?

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

#26. Which statement explicitly names a constraint?

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

#27. Examine the SQL statements that creates ORDERS table:
  1. CREATE TABLE orders
  2. (SER_NO NUMBER UNIQUE,
  3. ORDER_ID NUMBER,
  4. ORDER_DATE DATE NOT NULL
  5. STATUS VARCHARD2(10)
  6. CHECK (status IN (‘CREDIT’,’CASH’)),
  7. PROD_ID_NUMBER
  8. REFERENCES PRODUCTS(PRODUCT_ID),
  9. ORD_TOTAL NUMBER,
  10. PRIMARY KEY (ORDER id, ORDER DATE));
For which columns would an index be automatically created when you execute the above SQL statement? (Choose two)

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

#28. You created a view called EMP_DEPT_VU that contains three columns from the EMPLOYEES and DEPARTMENTS tables:
EMPLOYEE_ID, EMPLOYEE_NAME AND DEPARTMENT_NAME.
The DEPARTMENT_ID column of the EMPLOYEES table is the foreign key to the primary key DEPARTMENT_ID column of the DEPARTMENTS table.
You want to modify the view by adding a fourth column, MANAGER_ID of NUMBER data type from the EMPLOYEES tables.
How can you accomplish this task?

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

#29. For which two constraints does the Oracle Server implicitly create a unique index? (Choose two.)

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

#30. Which three SELECT statements displays 2000 in the format “$2,000.00”? (Choose three)

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.876 Server date 09:02 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump