English Русский Контакты Карта сайта Добавить в избранное
Регистрация
Вход
Главные бреиндампы
Новые бреиндампы
Прислать дамп
Получить последний дамп
braindumps.com.ua
флейм
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 (423)
PLSQL (1)
PMI (5)
SAS (1)
Sun (87)
Teradata (4)
Логин:
Пароль:
RSS лента

Контакты
Сайты по тематике
Cсылки
Авторизированые пользователи могут видеть ответы к вопросам.
Пожалуйста, авторизируйтесь или зарегистрируйтесь.

Список вопросов к экзамену:
Показать все комментарии
Oracle 1Z0-035: Oracle 7.3 & 8 to Oracle9i DBA OCP Upgrade
#11. The EMPLOYEE tables has these columns:
 LAST_NAME        VARCHAR2(35) 
 SALARY           NUMBER(8,2) 
 COMMISSION_PCT   NUMBER(5,2)
You want to display the name and annual salary multiplied by the commission_pct for all employees. For records that have a NULL commission_pct, a zero must be displayed against the calculated column. Which SQL statement displays the desired results?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#12. Examine the data from the ORDERS and CUSTOMERS table.

Which SQL statement retrieves the order ID, customer ID, and order total for the orders that are placed on the same day that Martin places his orders?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#13. You need to modify the STUDENTS table to add a primary key on the STUDENT_ID column. The table is currently empty.
Which statement accomplishes this task?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#14. Evaluate the SQL statement:
  1. 1 SELECT a.emp_name, a.sal, a.dept_id, b.maxsal
  2. 2 FROM employees a,
  3. 3 (SELECT dept_id, MAX(sal) maxsal
  4. 4 FROM employees
  5. 5 GROUP BY dept_id) b
  6. 6 WHERE a.dept_id = b.dept_id
  7. 7 AND a.sal < b.maxsal;
What is the result of the statement?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#15. Examine the data in the EMPLOYEES and DEPARTMENTS tables:



Also examine the SQL statements that create the EMPLOYEES and DEPARTMENTS tables:
  1. CREATE TABLE departments
  2. (department_id NUMBER PRIMARY KEY,
  3. department_name VARCHAR2(30));
  4. CREATE TABLE employees
  5. (EMPLOYEE_ID NUMBER PRIMARY KEY,
  6. EMP_NAME VARCHAR2(20),
  7. DEPT_ID NUMBER REFERENCES
  8. departments(department_id),
  9. MGR_ID NUMBER REFERENCES
  10. employees(employee id),
  11. MGR_ID NUMBER REFERENCES
  12. employees(employee id),
  13. JOB_ID VARCHAR2(15).
  14. SALARY NUMBER);
  15. ON the EMPLOYEES,
On the EMPLOYEES table, EMPLOYEE_ID is the primary key.
MGR_ID is the ID of managers and refers to the EMPLOYEE_ID.
DEPT_ID is foreign key to DEPARTMENT_ID column of the DEPARTMENTS table. On the DEPARTMENTS table, DEPARTMENT_ID is the primary key.
Examine this DELETE statement:
  1. DELETE
  2. FROM departments
  3. WHERE department id = 40;
What happens when you execute the DELETE statement?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#16. Which three are DATETIME data types that can be used when specifying column definitions? (Choose three.)

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#17. Which SQL statement defines the FOREIGN KEY constraint on the DEPTNO column of the EMP table?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#18. 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?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#19. Which data dictionary table should you query to view the object privileges granted to the user on specific columns?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос

#20. 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?

Показать комментарии к этому вопросу (1)
Добавить комментарии
Ссылка на этот вопрос


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [85 
Вверх ^ ген. 0.127 Дата сервера 09:44 09-01-2009 Разработал Zip © 2006 Вверх ^
Форум
Начать тестирование
Главный бреиндамп