SU2 Database File Handling2 Slides
SU2 Database File Handling2 Slides
Database File
Handling
Topics
• To retrieve all the columns from only the rows where the
description is "Denim Jeans":
SELECT * FROM Product WHERE Description = 'Denim Jeans'