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-001: Ineroduction to oracle:sql and pl/sql
#141. The EMPLOYEE table contains these columns:
 LAST_NAME     VARCHAR2(25) 
 FIRST_NAME    VARCHAR2(25) 
 SALARY        NUMBER(7,2)
You need to display the names of employees that earn more than the average salary of all employees.
Evaluate this SQL statement
  1. SELECT last_name. first_name
  2. FROMemployee
  3. WHEREsalary > AVG(salary);
Which change should you make to achieve the desired results?

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

#142. The EMPLOYEE table contains these columns:
 FIRST_NAME    VARCHAR2(25) 
 COMMISSION    NUMBER(3,2)
Evaluate this SQL statement
  1. SELECT first_name, commission
  2. FROM employee
  3. WHERE commission =
  4. (SELECTcommission
  5. FROM employee
  6. WHEREUPPER(first_name) = ‘SCOTT’)
What would cause this statement to fail?

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

#143. 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

#144. 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

#145. 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

#146. 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

#147. How do you declare a PL/SQL table of records to hold the rows selected from the EMP table?

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

#148. 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

#149. Click on the EXHIBIT button and examine the structure of the DEPARTMENT and EMPLOYEE tables.

Evaluate this SQL statement:
  1. CREATE INDEX emp_dept_id_idx
  2. ON employee(dept_id);
Which result will the statement provide?

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

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

You need to create the patient_id_seq sequence to be used with the patient table’s primary key column. The sequence should begin at 1000, have a maximum value of 999999999, never reuse any numbers, and increment by 1.
Which statement would you use to complete this task?

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


  [1] ...  [11] [12] [13] [14] [15] [16] [17] [18]
Up ^ gen. 0.086 Server date 11:39 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps