Write an SQL statement to create a table named PICTURE with columns Name, Description, Date Taken, and File Name. Assume that Name is char (20), Description is varchar (200), Date Taken is small date, and File Name is char (45). Also assume that Name and Date Taken are required. Use Name as the primary key. Set the default value of Description to ‘(None)'.