120k views
0 votes
11. Which keyword should you use when you want to retrieve data from the database?

User Kazade
by
6.2k points

1 Answer

6 votes
In SQL (Most widely known database), you use keyword 'SELECT' to get the information from the database. You then use 'WHERE' clause to filter the data you want to retrieve by introducing conditions to the Structure Query you are calling from the Database.

User Chris Dunaway
by
5.9k points