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
#161. You want to create a report to show different jobs in each department. You do not want to display any duplicate rows in the report. Which SELECT statement do you use to create the report?

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

#162. You want to create a cursor that can be used several times in a block, selecting a different active set each time when it is opened. Which type of cursor do you create?

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

#163. The PLAYER table contains these columns:
 ID            NUMBER(9) 
 NAME          VARCHAR(2) 
 MANAGER_ID    NUMBER(9)
In this instance, managers are players and you need to display a list of players. Evaluate these two SQL statements:
  1. SELECT p.name, m.name
  2. FROMplayer p, player m
  3. WHEREm.id = p.manager_id;
  4. SELECT p.name, m.name
  5. FROMplayer p, player m
  6. WHEREm manager_id = p.id;
How will the results differ?

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

#164. Click on the EXHIBIT button and examine the structure of the PRODUCT and PART tables.

You issue this SQL statement
  1. SELECT pr.name
  2. FROMpart pt, product pr
  3. WHEREpt.product_id(+) = pr.id;
What is the result?

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

#165. Examine the table structures:
EMP Table
  Name         Null           Type 
 EMPNO         NOT NULL       NUMBER(4) 
 NAME                         VARCHAR2(10) 
 JOB                          VARCHAR2(9) 
 MGR                          NUMBER(4) 
 HIREDATE                     DATE 
 SALARY                       NUMBER(7,2) 
 COMM                         NUMBER(7,2) 
 DEPTNO        NOT NULL       NUMBER(2)
TAX Table
 Name          Null      Type 
 TAXGRADE                NUMBER 
 LOWSAL                  NUMBER 
 HIGHSAL                 NUMBER
You want to create a report that displays the employee details along with the tax category or each employee. The tax category is determined by comparing the salary of the employee from the EMP table to the lower and upper salary values in the TAX table.
Which SELECT statement produces the required results?

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

#166. Which privilege concerns system level security?

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

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

#168. Scott forgot his password while on vacation. What command must be executed to set a password for Scott?

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

#169. You need to create a report to display the ship date and order totals of your ORDER table. If the order has not been shipped, your report must display ‘Not Shipped’. If the total is not available, your report must display ‘Not Available’.
In the ORDER table, the SHIPDATE column has a datatype of DATE. The TOTAL column has a datatype of NUMBER.
Which statement do you use to create this report?

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

#170. You want to display the details of all employees whose last name is Smith, but you are not sure in which case the last names are stored. Which statement will list all the employees whose last name is Smith?

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


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