5.16 LAB - Delete rows from Horse table

Viewed 35

The HORSE table has the following columns:

  • ID - integer, auto increment, primary key
  • RegisteredName - variable-length string
  • Breed - variable-length string
  • Height - decimal number
  • BirthDate - date

Delete the following rows:

  • Horse with ID 5.
  • All horses with breed Holsteiner or Paint.
  • All horses born before March 13, 2013.
0 Answers
Related