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-035: Oracle 7.3 & 8 to Oracle9i DBA OCP Upgrade
#81. Examine the data from the ORDERS and CUSTOMERS tables.

Evaluate the SQL statement:
  1. SELECT *
  2. FROM orders
  3. WHERE cust_id = (SELECT cust_id
  4. FROM customers
  5. WHERE cust_name = 'Smith');
What is the result when the query is executed?

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

#82. You need to display the last names of those employees who have the letter “A” as the second character in their names.
Which SQL statement displays the required results?

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

#83. You need to perform certain data manipulation operations through a view called EMP_DEPT_VU, which you previously created.
You want to look at the definition of the view (the SELECT statement on which the view was create.)
How do you obtain the definition of the view?

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

#84. Evaluate this SQL statement:
  1. SELECT e.EMPLOYEE_ID,e.LAST_NAME,e.DEPARTMENT_ID, d.DEPARTMENT_NAME
  2. FROM EMP e, DEPARTMENT d
  3. WHERE e.DEPARTMENT_ID = d.DEPARTMENT_ID;
In the statement, which capabilities of a SELECT statement are performed?

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

#85. Which two are character manipulation functions? (Choose two.)

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

#86. Which three statements correctly describe the functions and use of constraints? (Choose three.)

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

#87. You define a multiple-row subquery in the WHERE clause of an SQL query with a comparison operator "=".
What happens when the main query is executed?

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

#88. You need to calculate the total of all salaries in the accounting department. Which group function should you use?

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

#89. What is true about joining tables through an equijoin?

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

#90. Scott issues the SQL statements:
  1. CREATE TABLE dept
  2. (deptno NUMBER(2),
  3. dname VARCHAR2(14),
  4. loc VARCHAR2(13)};
  5. GRANT SELECT
  6. ON DEPT
  7. TO SUE;
If Sue needs to select from Scott's DEPT table, which command should she use?

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


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [85 
Up ^ gen. 0.203 Server date 07:49 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump