
The image contains 3 tables. Table 1 labeled “Paintings” includes the following: Painting I D INT; Title VARCHAR; Artist VARCHAR; YearOfWork INT. Table 2 labeled “paintings” consists of 2 columns and 4 rows. The headings of the columns, from left to right, are as follows: PK and painting I D. The row entries are as follows. Painting I D, Title, Artist, YearOfWork. There are no entries under PK columns. Table 3 labeled “paintings” consists of 2 columns and 4 rows. The headings of the columns, from left to right, are as follows: P K and painting I D. The row entries are as follows. Painting I D, Title, Artist, YearOfWork
Back