Question: Write an SQL statement to create a table named SLIDE_SHOW using the column characteristics as shown if Figure 10-A-82. Run the SQL statement to create
Write an SQL statement to create a table named SLIDE_SHOW using the column characteristics as shown if Figure 10-A-82. Run the SQL statement to create the SLIDE_SHOW table in the MEDIA database.

FIGURE 10A-82 Column Characteristics for the MEDIA Database PICTURE Table Column Name PicturelD PictureName PictureDescription Date Taken PictureFileName Type Integer Character (35) Character (255) No Date Key Primary Key Character (45) No No No Required Yes Yes No Yes Yes Remarks Surrogate Key (1, 1) Use Varchar, default "None" Use Varchar
Step by Step Solution
3.42 Rating (174 Votes )
There are 3 Steps involved in it
Name and Description are SQL Server keywords so we have to put ... View full answer
Get step-by-step solutions from verified subject matter experts
