Sunday 6 October 2013

10. Create a table named Country in the NarrowFabrics database to store the country details. The following table provides the structure of the Country table.








Create table Conutry
(
CountryID varchar(2),
Country char(25)
)

No comments:

Post a Comment