Write an SQL statement to create a table named PICTURE with columns Name, Description, DateTaken, and FileName. Assume that Name is char (20), Description is varchar (200), DateTaken is smalldate, and FileName is char (45). Also assume that Name and DateTaken are required. Use Name as the primary key. Set the default value of Description to ‘(None)’.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.