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-007: Introduction to Oracle9i: SQL
#111. Examine the data from the EMP table:

The COMMISSION column shows the monthly commission earned by the employee. Which three tasks would require subqueries or joins in order to perform in a single step? (Choose three)

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

#112. Which substitution variable would you use if you want to reuse the variable without prompting the user each time?

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

#113. Which SQL statement accepts user input for the columns to be displayed, the table name, and WHERE condition?

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

#114. Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:
EMPLOYEES:
 EMPLOYEE_ID        NUMBER          Primary Key 
 FIRST_NAME         VARCHAR2 (25) 
 LAST_NAME          VARCHAR2 (25) 
 HIRE_DATE          DATE
NEW EMPLOYEES:
 EMPLOYEE_ID     NUMBER         Primary Key 
 NAME            VARCHAR2 (60)
Which DELETE statement is valid?

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

#115. Evaluate this SQL*Plus command: COLUMN teacher_name HEADING 'Teacher' FORMAT A25
Which two tasks will this command accomplish? (Choose two.)

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

#116. The STUDENT table contains these columns:
 ID             NUMBER(9)        PK 
 LAST_NAME      VARCHAR2(25) 
 FIRST_NAME     VARCHAR2(25) 
 STU_TYPE       VARCHAR2(1) 
 ENROLL_DATE    DATE
Evaluate this iSQL*Plus script:
  1. SELECT id, last_name, first_name, enroll_date
  2. FROM student
  3. WHERE stu_type = '&stype'
  4. AND enroll_date BETWEEN &&bdate AND &&edate
What happens when this script is run a second time in the same session?

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

#117. Evaluate this SELECT statement:
  1. SELECT order_num, &order_date
  2. FROM &&ordertbl
  3. WHERE order_date = '&order_date';
Which statement regarding the execution of this statement is true?

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

#118. The INVENTORY table contains these columns:
 ID_NUMBER        NUMBER             PK 
 DESCRIPTION      VARCHAR2(30) 
 SUPPLIER_ID      NUMBER
You want to create a query that for each session allows the user to input a value for DESCRIPTION each time the query runs. While the DESCRIPTION column is stored in upper case, you want the query to retrieve matching values regardless of the case used when inputting the substitution variable value. Which SELECT statement should you use?

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

#119. In which clauses of a SELECT statement can substitution variables be used?

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

#120. What is the default character for specifying substitution variable in select statement?

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


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