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
#41. The ORDERS table has these columns:
ORDER_ID            NUMBER(4)    NOT NULL 
 CUSTOMER_ID       NUMBER(12)    NOT NULL 
 ORDER_TOTAL       NUMBER(10,2)
The ORDERS table tracks the Order number, the order total, and the customer to whom the Order belongs. Which two statements retrieve orders with an inclusive total that ranges between 100.00 and 2000.00 dollars? (Choose two.)

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

#42. Examine the data in the EMPLOYEES and EMP_HIST tables:
The EMP_HIST table is updated at the end of every year. The employee ID, name, job ID, and salary of each existing employee are modified with the latest data. New employee details are added to the table.
Which statement accomplishes this task?

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

#43. Which two statements about subqueries are true? (Choose two.)

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

#44. 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", e.salary,
  2. 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

#45. You added a PHONE_NUMBER column of NUMBER data type to an existing EMPLOYEES table. The EMPLOYEES table already contains records of 100 employees. Now, you want to enter the phone numbers of each of the 100 employees into the table.
Some of the employees may not have a phone number available.
Which data manipulation operation do you perform?

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

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

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

#47. Which two statements accurately describe a role? (Choose two.)

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

#48. What is necessary for your query on an existing view to execute successfully?

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

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

#50. Examine the data in the EMPLOYEES table.
On the EMPLOYEES table, EMPLOYEE_ID is the primary key. MGR_ID is the ID of managers and refers to the EMPLOYEE_ID. The JOB_ID column is a NOT NULL column. Evaluate this DELETE statement:
  1. DELETE employee_id, salary, job_id
  2. FROM employees
  3. WHERE dept_id = 90;
Why does the DELETE statement fail when you execute it?

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.159 Server date 07:55 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump