databases Online Quiz - 39
Description: databases Online Quiz - 39 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Using NVL(),TO_DATE (), TO_NUMBER () functions in 'where' clause on non-indexed columns does improve performance
Which View helps in querying high I/O statements?
Which of the following generates the PLAN for SQL statements?
In which version of Oracle is AWR Introduced ?
Is Statspack available in Oracle 11g?
Which user owns all the package of STATSPACK?
Which of the following is not a schema object?
If commission is null then the text “Not Applicable” must be displayed, instead of blank space. How do I write the query?
Which data dictionary object is used to retrieve the information about the tables from a given schema?
A transaction is a set of SQL statements between any two COMMIT and ROLLBACK statements.
What are the min.extents allocated to a rollback extent ?
What is the maximum no.of columns a table can have ?
Data Dictionary in oracle is used to store information about various physical and logical Oracle structures e.g.Tables, Tablespaces, datafiles, etc
Can Check constraint be used for self referential integrity ?
What are the states of a rollback segment ?
What components of the IT environment can Oracle Enterprise Manager Grid Control manage?
Is the below query allowed?Select sal, ename Into x From emp Where ename = 'KING' (Where x is a record of Number(4) and Char(15));
A table has the following data : [[5, Null, 10]].What will the average function return ?
Consider a sequence whose currval is 1 and gets incremented by 1 by using the nextval reference we get the next number 2.Suppose at this point we issue an rollback and again issue a nextval.What will the output be ?
Which of these following features are correct if SQL is a set-oriented language?