1: -What is Oracle's main character-mode interface?
5: -In the table EMP, give the ORDER BY clause that will return the rows in the order of DEPTNO ascending and within DEPTNO, SAL descending.
7: -When using substitution characters (say in an INSERT statement), what is the difference between & and &&?
A7: -& prompts the user for a value with each execution of the SQL statement, && only prompts the user to provide a value on the first SQL statement
A8: -DELETE can selectively delete rows and this command can be undone with a ROLLBACK statement. The TRUNCATE drops all the rows, no selectivity, and the command cannot be reversed
A9: -Tablespaces are storage areas in Oracle, much like a directory structure of a computer. Tablespaces have physical disk drives assigned
No comments:
Post a Comment