Computer Science
Which command helps to open the database for use?
- Use
- Open
- Distinct
- Select
SQL Queries
3 Likes
Answer
Use
Reason — The USE
command is used to open the database for use. The syntax for opening database is : USE <database_name>;
.
Answered By
1 Like
Related Questions
A …………… is a text that is not executed.
- Statement
- Query
- Comment
- Clause
…………… are words that have a special meaning in SQL.
- Keyword
- Literal
- Variable
- Table
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