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
#121. The EMPLOYEE table contains these columns:
 LAST_NAME         VARCHAR2(25) 
 FIRST_NAME        VARCHAR2(25) 
 DEPT ID           NUMBER(9)
You need to display the names of employees that are not assigned to a department. Evaluate this SQL statement:
  1. SELECT last_name, first_name
  2. FROM employee
  3. WHEREdept_id = NULL;
Which change should you make to achieve the desired result?

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

#122. Which statement about SQL is true?

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

#123. Evaluate this IF statement
  1. IF v_value> 100 THEN
  2. v_new_value = 2 * v_value;
  3. ELSIF v_value > 200 THEN
  4. v_new_value =3 * v_value;
  5. ELSIF v_value <300 THEN
  6. v_new_value =4 * v_value;
  7. ELSE
  8. v_new_value := 5 * v_value;
  9. END IF;
What would be assigned to V_NEW_VALUE if V_VALUE is 250?

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

#124. Which statement is true when writing a cursor FOR loop?

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

#125. 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 code:
  1. DECLARE
  2. dept_rec dept%ROWTYPE;
  3. BEGIN
  4. SELECT *
  5. INTO dept_rec
  6. FROM dept
  7. WHERE deptno = 10; END;
Which PL/SQL statement displays the location of the selected department?

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

#126. Which statement about implicit cursors is true?

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

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

#128. In SQL*Plus, you issued this command:
  1. DELETE FROM dept
  2. WHERE dept_id = 901;
You received an integrity constraint error because a child record was found. What could you do to make the statement execute?

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

#129. Which update statement produces the following error?
ORA-02291: integrity constraint (SYS_C23) violated - parent key not found

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

#130. Examine the structure of the STUDENT table:
 Name            Null           Type 
 STUD ID         NOT NULL       NUMBER(3) 
 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


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