Computer Science
…………… command helps to see the structure of a table/relation.
- Show
- Select
- Describe
- Order by
Related Questions
Which of these commands helps to fetch data from relation?
- Use
- Show
- Fetch
- Select
The …………… keyword eliminates duplicate rows from the results of a SELECT statement.
- OR
- DISTINCT
- ANY
- ALL
…………… is known as range operator in MySQL.
- IN
- DISTINCT
- IS
- BETWEEN
The …………… clause allows sorting of query results by one or more columns.
- ALL
- DISTINCT
- GROUP BY
- ORDER BY