databases Online Quiz - 31
Description: databases Online Quiz - 31 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which four statements correctly describe functions that are available in SQL? (Choose four.)
Which statement creates a new user?
Mark for review Which SQL statement accepts user input for the columns to be displayed, the table name, and the WHERE condition?
The user Sue issues this SQL statement: GRANT SELECT ON sue.EMP TO Alice WITH GRANT OPTION; The user Alice issues this SQL statement: GRANT SELECT ON sue.EMP TO Rena WITH GRANT OPTION; The user Rena issues this SQL statement: GRANT SELECT ON sue.EMP TO timber; The user Sue issues this SQL statement: REVOKE select on sue.EMP FROM Alice; For which users does the revoke command revoke SELECT privileges on the SUE.EMP table?
IDMS stands for _____________?
IDMS is ______ type of database.
In IDMS terminology, a parent record is called an ________ and a child record is called a ______.
The unit of data that is passed by IDMS from database to application program is known as ________.
The relationship between 2 or more record types is defined by ___?
Data recovery advisor can be accessed from … Choose all that apply
Choose the VALID commands in the context of “Data Recovery Advisor”
Which component below can NOT be validated using “VALIDATE” command from rman prompt
What is true about COMPRESSED backups in Oracle 11g? Choose all that apply
Which scenario below truly achieves “Parallel Backups” using RMAN in Oracle 11g?
What is true about group functions ?
Which SELECT statement will result "ello world" from the string "Hello World"?
Can you use both HAVING and WHERE Sql clauses in one SQL statement ?
What best describes the relationship between indexes and SQL performance?
For which two constraints,does the oracle server implicitly creates an index ?