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-035: Oracle 7.3 & 8 to Oracle9i DBA OCP Upgrade
#161. The PRODUCTS table has these columns:
 PRODUCT_ID     NUMBER(4) 
 PRODUCT_NAME   VARCHAR2(45) 
 PRICE          NUMBER(8,2)
Evaluate this SQL statement:
  1. SELECT * FROM PRODUCTS ORDER BY price, product_name;
What is true about the SQL statement?

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

#162. In which two cases would you use an outer join? (Choose two.)

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

#163. Which constraint can be defined only at the column level?

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

#164. Examine the structure of the EMPLOYEES table:
  1. EMPLOYEE_ID NUMBER NOT NULL
  2. EMP_NAME VARCHAR2(30)
  3. JOB_ID VARCHAR2(20)
  4. SAL NUMBER
  5. MGR_ID NUMBER
  6. DEPARTMENT_ID NUMBER
You want to create a SQL script file that contains an INSERT statement. When the script is run, the INSERT statement should insert a row with the specified values into the EMPLOYEES table. The INSERT statement should pass values to the table columns as specified below:
EMPLOYEE_ID: Next value from the sequence
EMP_ID_SEQEMP_NAME and JOB_ID: As specified by the user during run time, through substitution variables
SAL: 2000
MGR_ID: No value
DEPARTMENT_ID: Supplied by the user during run time through substitution variable. The INSERT statement should fail if the user supplies a value other than 20 or 50.
Which INSERT statement meets the above requirements?

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

#165. The user Alice wants to grant all users query privileges on her DEPT table. Which SQL statement accomplishes this?

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

#166. Which view should a user query to display the columns associated with the constraints on a table owned by the user?

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

#167. Examine these statements:
  1. CREATE ROLE registrar;
  2. GRANT UPDATE ON student_grades TO registrar;
  3. GRANT registrar TO user1, user2, user3;
What does this set of SQL statements do?

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

#168. Which two statements about subqueries are true? (Choose two.)

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

#169. You need to design a student registration database that contains several tables storing academic information.
The STUDENTS table stores information about a student. The STUDENT_GRADES table stores information about the student's grades. Both of the tables have a column named STUDENT_ID. The STUDENT_ID column in the STUDENTS table is a primary key.
You need to create a foreign key on the STUDENT_ID column of the STUDENT_GRADES table that points to the STUDENT_ID column of the STUDENTS table. Which statement creates the foreign key?

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

#170. Evaluate the SQL statement:
  1. TRUNCATE TABLE DEPT;
Which three are true about the SQL statement? (Choose three.)

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


  [1] ...  [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] ... [85 
Up ^ gen. 0.081 Server date 05:10 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump