CBSE Class 11 Informatics Practices Question 25 of 87

Structured Query Language (SQL) — Question 6

Back to all questions
6
Question

Question 6

............... command helps to fetch data from a relation.

  1. Use
  2. Show
  3. Fetch
  4. Select
Answer

Select

Reason — The SELECT command is used to retrieve a subset of rows or columns from one or more tables present in a database.