单项选择题
A.ALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;
B.ALTER TABLE customers MODIFY CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;
C.ALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn NOT NULL;
D.ALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn IS NOT NULL;
E.ALTER TABLE customers MODIFY name CONSTRAINT cust_name_nn NOT NULL;
F.ALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name NOT NULL;
多项选择题 Click the Exhibit button and examine the data from the EMP table. The COMMISSION column shows the monthly commission earned by the employee. Which two tasks would require subqueries or joins in order to be performed in a single step? ()
多项选择题 Which two statements are true regarding the default behavior of the ORDER BY clause? ()
多项选择题 Which are DML statements? ()