Monday 7 October 2013

08. Write the SQL statement to create a table named PictureDetails in the PictureLibrary database. The following table shows the structure of the PictureDetails table.









create table PictureDetail
(
EventPicID Uniqueidentifier Rowguidcol Not Null
Event Name varchar(30)not null,
Pic carbinary(Max) not null,
)

No comments:

Post a Comment