Computer Science
Which of these commands helps to fetch data from relation?
- Use
- Show
- Fetch
- Select
SQL Queries
3 Likes
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.
Answered By
1 Like
Related Questions
…………… are words that have a special meaning in SQL.
- Keyword
- Literal
- Variable
- Table
Which command helps to open the database for use?
- Use
- Open
- Distinct
- Select
The …………… keyword eliminates duplicate rows from the results of a SELECT statement.
- OR
- DISTINCT
- ANY
- ALL
…………… command helps to see the structure of a table/relation.
- Show
- Select
- Describe
- Order by