|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#104. The EMPLOYEES table has these columns: LAST NAME VARCHAR2(35)
SALARY NUMBER(8,2)
HIRE_DATE DATE Management wants to add a default value to the SALARY column. You plan to alter the table by using this SQL statement: ALTER TABLE EMPLOYEES MODIFY (SALARY DEFAULT 5000);
What is true about your ALTER statement?
Show comments for this question (1)
Add comments
Link to this question
|
|
#107. You need to produce a report for mailing labels for all customers. The mailing label must have only the customer name and address. The CUSTOMERS table has these columns: CUST_ID NUMBER(4) NOT NULL
CUST_NAME VARCHAR2(100)
CUST_ADDRESS VARCHAR2(150)
CUST_PHONE VARCHAR2(20) Which SELECT statement accomplishes this task?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.274
|
Server date 06:31 22-11-2008
|
Developed by Zip © 2006
|
|
 |
|
|