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
#101. Under which situation is it necessary to use an explicit cursor?

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

#102. You attempt to create the salary table with this command:
  1. 1. CREATE TABLE salary
  2. 2 .(employee_idNUMBER(9)
  3. 3.CONSTRAINT salary_pk PRIMARY KEY,
  4. 4.1995_saIaryNUMBER(8 ,2),
  5. 5 .manager_nameVARCHAR2(25)
  6. 6.CONSTRAINT mgr_name_nn NOT NULL,
  7. 7 .$salary_96NUMBER(8 2));
Which two lines of this statement will return errors? (Choose two.)

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

#103. Which statement is true when a DROP TABLE command is executed on a table?

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

#104. 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 adds a new column after the NAME column to hold phone numbers?

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

#105. Which datatype should you use for interest rates with varying and unpredictable decimal places, such as 1.234, 3.4, 5, and 1.23?

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

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

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

#108. You query the database with this command:
  1. SELECT last_name, first_name
  2. FROM employee
  3. WHERE salary IN
  4. (SELECT salary
  5. FROM employee
  6. WHERE dept_no = 3 OR dept_no = 5);
Which values are displayed?

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

#109. Evaluate this SQL script:
  1. CREATE ROLE manager;
  2. CREATE ROLE clerk;
  3. CREATE ROLE inventory;
  4. CREATE USER scott IDENTIFIED BY tiger;
  5. GRANT inventory TO clerk;
  6. GRANT clerk TO manager;
  7. GRANT inventory TO scott
How many roles will user SCOTT have access to?

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

#110. Using SQL*Plus, you created a user with this command:
  1. CREATE USER jennifer IDENTIFIED BY jbw122;
What should you do to allow the user database access?

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


  [1] ...  [11] [12] [13] [14] [15] [16] [17] [18]
Up ^ gen. 0.244 Server date 07:33 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps