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-001: Ineroduction to oracle:sql and pl/sql
#31. You have decided to permanently remove all the data from the STUDENT table, and you need the table structure in the future. Which single command performs this?

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

#32. Which table name is valid?

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

#33. Examine the structure of the STUDENT table:
 Name          Null?       Type 
 STUD ID       NOT NULL    NUMBER(S) 
 NAME          NOT NULL    VARCHAR2(25) 
 PHONE         NOT NULL    VARCHAR2(9) 
 ADDRESS                   VARCHAR2(50) 
 GRADUATION                DATE
There are 100 records in the STUDENT table. You want to change the name of the GRADUATION column to GRAD_DATE.
Which statement is true?

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

#34. You need to update employee salaries. If the salary of an employee is less than 1000, the salary needs to be incremented by 10%. Use a SQL*PIus substitution variable to accept the employee number.
Which PL/SQL block successfully updates the salaries?

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

#35. Within a PL/SQL loop, you need to test if the current fetch was successful. Which SQL cursor attribute would you use to accomplish this task?

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

#36. Which two conditions in a PL/SQL block cause an exception to occur? (Choose two.)

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

#37. Evaluate this PL/SQL block:
  1. BEGIN
  2. FOR i IN 1.10 LOOP
  3. IF i = 4 OR i = 6 THEN
  4. NULL;
  5. ELSE
  6. INSERT INTO test(results)
  7. VALUES (I);
  8. END IF;
  9. COMMIT;
  10. END LOOP;
  11. ROLLBACK;
  12. END;
How many values will be inserted into the TEST table?

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

#38. Which statement about multiple column sub queries is true?

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

#39. Examine the results from the report:
 Department       %Employees     %Salary 
 10               21.43          30.152 
  0               35.71          37.47 
 30               42.86          32.39
Which SELECT statement produces the report?

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

#40. Examine the code:
  1. SELECT employee.ename
  2. FROM emp employee
  3. WHERE employee.empno NOT IN
  4. (SELECT manager.mgr
  5. FROM emp manager);
What is the NOT IN operator equivalent to, in the above query?

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


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [18 
Up ^ gen. 0.123 Server date 07:00 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps