The SELECT statement in SQL is used to retrieve ________ from a database table.
- Data
- Fields
- Information
- Records
The SELECT statement in SQL is primarily used to retrieve information or data from one or more tables in a database. It allows you to specify which fields or columns you want to retrieve.
Loading...
Related Quiz
- Which DB2 command is used to restore a database from a backup?
- The DELETE statement in SQL is used to remove ________ from a database table.
- Point-in-time recovery in DB2 allows for recovery of data to a specific ________.
- Which system tables can be queried to gather information about database health in DB2?
- When should the Reorg utility be used in DB2?