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
#81. You issue this command:
  1. CREATE PUBLIC SYNONYM emp
  2. FOR ed.employee;
Which task has been accomplished?

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

#82. Click on the EXHIBIT button and examine the table instance chart for the patient table.

You created the patient_id_seq sequence to be used with the patient table’s primary key column. The sequence begins at 1000, has a maximum value of 999999999, and increments by 1. You need to write a script to insert a row into the patient table and use the sequence you created. Which script would you use to complete this task?

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

#83. Given this CURSOR statement
  1. DECLARE
  2. CURSOR query_cursor (v_salary) IS
  3. SELECT last_name, salary, dept_no
  4. FROM employee
  5. WHERE salary > v_salary;
Why does this statement cause an error?

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

#84. Which SELECT statement would you use in a PL/SQL block to query the employee table and retrieve the last name and salary of the employee whose id is 3?

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

#85. Evaluate this PL/SQL block:
  1. DECLARE
  2. v_result NUMBER(2);
  3. BEGIN
  4. DELETE
  5. FROM employee
  6. WHERE dept_id IN (10, 20, 30);
  7. v_result := SQL%ROWCOUNT;
  8. COMMIT;
  9. END;
What will be the value of V_RESULT if no rows are deleted?

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

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

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

#87. You need to create a PL/SQL program to insert records into the employee table. Which block of code successfully uses the INSERT command?

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

#88. The structure of the DEPT table is as follows:
 Name       Null?         Type 
 DEPTNO     NOT NULL      NUMBER(2) 
 DNAME                    VARCHAR2(14) 
 LOC                      VARCHAR2(13)
Examine the declaration section:
  1. DECLARE
  2. TYPE dept_table_type IS TABLE OF dept%ROWTYPE
  3. INDEX BY BINARY_INTEGER;
  4. dept_table dept_table_type;
You need to assign the LOC field in record 15, the value of ‘Atlanta’. Which PL/SQL statement makes this assignment?

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

#89. Examine the structure of the STUDENT table:
 Name             Null             Type 
 STUD_ID          NOT NULL         NUMBER(S) 
 NAME             NOT NULL         VARCHAR2(25) 
 ADDRESS                           VARCHAR2(50) 
 GRADUATION                        DATE
Which statement inserts a new row into the STUDENT table?

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

#90. You are updating the employee table. Jane has been granted the same privileges as you on the employee table. You ask Jane to log on to the database to check your work before you issue a COMMIT command. What can Jane do to the employee table?

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