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
#11. The CUSTOMERS table has these columns:

Which statement finds the rows in the CUSTOMERS table that do not have a postal code?

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

#12. Evaluate these two SQL statements:
  1. SELECT last_name, salary , hire_date
  2. FROM EMPLOYEES
  3. ORDER BY salary DESC;
  4. SELECT last_name, salary, hire_date
  5. FROM EMPLOYEES
  6. ORDER BY 2 DESC;
What is true about them?

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

#13. Evaluate the set of SQL statements:
  1. CREATE TABLE dept
  2. (deptno NUMBER(2),
  3. dname VARCNAR2(14),
  4. loc VARCNAR2(13));
  5. ROLLBACK;
  6. DESCRIBE DEPT
What is true about the set?

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

#14. Examine the data of the EMPLOYEES table. EMPLOYEES (EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID)

Evaluate this SQL statement:
  1. SELECT e.employee_id "Emp_id", e.emp_name "Employee",
  2. e.salary, m.employee_id "Mgr_id", m.emp_name "Manager"
  3. FROM employees e, employees m
  4. WHERE e.mgr_id = m.employee_id
  5. AND e.salary > 4000;
What is its output?

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

#15. Which /SQL*Plus feature can be used to replace values in the WHERE clause?

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

#16. You are formulating queries in a SQL*Plus. Which of the following statement correctly describes how to specify a column alias?

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

#17. You want to use a function in you column clause of a SQL statement. The NVL function accomplishes which of the following tasks?

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

#18. You want to use SQL*Plus to connect to the oracle database. Which of the following choices does not indicate a component you must specify when logging into the oracle?

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

#19. The EMPLOYEE_HISTORY table contains these columns:
 EMPLOYEE_ID         NUMBER 
 LAST_NAME           VARCHAR2(25) 
 FIRST_NAME          VARCHAR2(25) 
 DEPARTMENT_ID       NUMBER 
 POSITION            VARCHAR2(30) 
 SALARY              NUMBER(6,2) 
 HIRE_DATE           DATE 
 DEPART_DATE         DATE
The EMPLOYEE_HISTORY table contains only former employees.
You need to create a report to display all former employees that were hired on or
after January 1, 1996. The data should display in this format:
 Former    Employee    Term of Employment 
 14837     SMITH       10-MAY-92 / 01-JUN-01
Which SELECT statement could you use?

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

#20. The EMPloyee table contains these columns:
 Empno       Number(4) 
 Ename       Varchar2(10) 
 job         varchar2(10) 
 sal         Varchar2(10)
You need to display the employees information by using this query. How many columns are presented after executing this query:
  1. SELECT Empno||','||Ename||','||Job "Employee Information" FROM employee;


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.141 Server date 10:47 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps