CBSE Class 12 Computer Science Question 28 of 91

Relational Database and SQL — Question 6

Back to all questions
6
Question

Question 6

Which of these commands helps to fetch data from 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.