Question: Complete the following statement to create a table named Country. Choose data types based on the following requirements: 0 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: 0 ISOCode3 stores the country's code, consisting of one to three letters. 0 IndepDate stores the country's independence date. F" Your code goes here */ ( ISOCode3 /* Your code goes here W IndepDate /* Your code goes here */ ): Enter a statement to delete the above table. /* Your code goes here *f i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
