Which three privileges can be restricted to a subset of columns in a table?
Which two statements execute successfully?
Examine this partial command:
CREATE TABLE cust(
cust_id NUMBER(2),
credit_limit NUMBER(10)
ORGANIZATION EXTERNAL
Which two clauses are required for this command to execute successfully?
Which two statements are true about the ORDER BY clause?