Question: 1. Discuss, with examples, what are referential constraint actions? 2. Explain why it might be more appropriate to declare an attribute that contains only digits
1. Discuss, with examples, what are referential constraint actions?
2. Explain why it might be more appropriate to declare an attribute that contains only digits as a character data type instead of a numeric data type.
3. Explain why the two following commands produce different results. SELECT DISTINCT COUNT (V_CODE) FROM PRODUCT; SELECT COUNT (DISTINCT V_CODE) FROM PRODUCT;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
