Computer Science
…………… command helps to see the structure of a table/relation.
- Show
- Select
- Describe
- Order by
SQL Queries
1 Like
Answer
Describe
Reason — To view a table structure, DESCRIBE
or DESC
command is used. It shows the structure of the table along with the name of the columns, data type of the columns and constraints applied on the columns.
Answered By
1 Like
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