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-007: Introduction to Oracle9i: SQL
#81. The EMP table has these columns:
 ENAME          VARCHAR2(35) 
 SALARY         NUMBER(8,2) 
 HIRE_DATE      DATE
Management wants a list of names of employees who have been with the company for more than five years. Which SQL statement displays the required results?

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

#82. Which SELECT statement will the result ‘ello world’ from the string ‘Hello World’?

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

#83. Evaluate the SQL statement:
  1. SELECT ROUND(45.953, -1), TRUNC(45.936, 2)
  2. FROM dual;
Which values are displayed?

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

#84. The CUSTOMERS table has these columns:
 CUSTOMER_ID        NUMBER (4)            NOT NULL 
 CUSTOMER_NAME      VARCHAR2 (100)        NOT NULL 
 STREET_ADDRESS     VARCHAR2 (150) 
 CITY_ADDRESS       VARHCAR2 (50) 
 STATE_ADDRESS      VARCHAR2 (50) 
 PROVINCE_ADDRESS   VARCHAR2 (50) 
 COUNTRY_ADDRESS    VARCHAR2 (50) 
 POSTAL_CODE        VARCHAR2 (12) 
 CUSTOMER_PHONE     VARCHAR2 (20)
The CUSTOMER_ID column is the primary key for the table. You need to determine how dispersed your customer base is. Which expression finds the number of different countries represented in the CUSTOMERS table?

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

#85. You want to use single row function in your SQL statements which three of the following are number functions? (Choose three).

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

#86. You are using single row function in a SELECT statement which function can best be catergorized as similar in function to an IF-THEN-ELSE statement?

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

#87. Which of the following functions are available in SQL? (Choose four)

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

#88. Examine the structure of the EMPLOYEES and DEPARTMENTS tables:

Evaluate this SQL statement:
  1. SELECT employee_id, e.department_id, department_name,
  2. salary
  3. FROM employees e, departments d
  4. WHERE e.department_id = d.department_id;
Which SQL statement is equivalent to the above SQL statement?

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

#89. Examine the data in the EMPLOYEES and DEPARTMENTS tables.

You want to retrieve all employees, whether or not they have matching departments in the departments table. Which query would you use?

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

#90. In which case would you use a FULL OUTER JOIN?

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


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [31 
Up ^ gen. 0.301 Server date 06:50 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps