databases Online Quiz - 112
Description: databases Online Quiz - 112 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Structure of the record in the database is called
"Pages" contain
A "page" can have multiple record-occurences
Which two statements about views are true? (Choose two.)
In which case would you use a FULL OUTER JOIN?
Difference between Truncate and Delete
Difference between Truncate and Delete(select multiple answers)
Which data dictionary table should you query to view the object privileges granted to the user on specific columns?
Which of the following are the valid ordering sequences of an ORDER BY clause?
Which clause should you use to restrict group results
Merge Syntax
Which two statements about sequences are true?
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?
For which two constraints does the Oracle Server implicitly create a unique index?
SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual; What will be displayed?
You created a view called EMP_DEPT_VU that contains three columns from the EMPLOYEES and DEPARTMENTS tables: EMPLOYEE_ID, EMPLOYEE_NAME AND DEPARTMENT_NAME. The DEPARTMENT_ID column of the EMPLOYEES table is the foreign key to the primary key DEPARTMENT_ID column of the DEPARTMENTS table. You want to modify the view by adding a fourth column, MANAGER_ID of NUMBER data type from the EMPLOYEES tables. How can you accomplish this task?
In ISQL plus how to see errorsof a plsql code
Bit map Vs B-tree indexes
Syntax of Cursor declaration: Cursor <> as select * from <>;
Which of the following is not a schema object :