Database Administration - Old Questions
Question Answer Details
9. Write DDL command for following.
a. Change table product to product_org
b. Add new check constraints in the status field of product_org table value of status field should always (00, 01 and 09)
c. Create backup table of sales
d. Disable check constraint in the table.
Answer
AI Generated Answer
AI is thinking...