databases Online Quiz - 40
Description: databases Online Quiz - 40 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
How many columns are presented after executing this query: SELECT address1||','||address2||','||address2 "Adress" FROM employee;
Which of the following can be a valid column name?
When a user creates an object without a TABLESPACE clause, where will Oracle store the segment?
In this PL/SQL statement, which of the following lines will produce an error?
PL/SQL raises an exception, in which TWO of the following cases:
What is the result if two NULL values are compared to each other?
Which section of a PL/SQL block would most likely contain a RAISE statement?
Assuming today is Monday, 10 July 2000, what is returned by this statement: SELECT to_char(NEXT_DAY(sysdate, 'MONDAY'), 'DD-MON-RR') FROM dual;
SQL statement with “High Selectivity” means
Why one should not use “select * from table;” Choose all that apply
What is skewed data column?
Which tool is used to analyze access path of SQL statement?
What is true about the explain plan? Choose all that apply
What is true about ordering in the SQL statement? Choose all that apply
Why one should not use NULL / NOT NULL operator on indexed columns?
Using frequent COMMIT statements in the code frees up resources like undo segments, locks acquired etc.
What is the expansion of ADDM?
Which view helps in identifying resource utilization of queries?
Which of the following degrades the performance of database?
Do you need to recycle Views for better performance?