Question: Complete the following statement to create a table named Country. Choose data types based on the following requirements: ISOCode3 stores the country's code, consisting

Complete the following statement to create a table named Country. Choose data types based on the following requirements: ISOCode3 stores the country's code, consisting of one to three letters. IndepDate stores the country's independence date. /*Your code goes here */ ( ); ISOCode3 /* Your code goes here */ ' IndepDate /* Your code goes here */ Enter a statement to delete the above table. /* Your code goes here */ ;
Step by Step Solution
There are 3 Steps involved in it
To create a table named Country with the specified data types you can use the ... View full answer
Get step-by-step solutions from verified subject matter experts
