Title | |
---|---|
What does SQL is used to perform operations on?What does SQL is used to perform operations on?
The answer is:
C. Both A and B
|
|
What does SQL stand for?What does SQL stand for?
The answer is:
C. SQL stands for Structured Query Language
|
|
What does this SQL database language design to?What does this SQL database language design to?
The answer is:
B. Maintain the data in relational database management systems.
|
|
SQL became the standard of? |
|
Which statement is not true about SQL?Which statement is not true about SQL?
The answer is:
B. Sample data can also be described with the aid of this tool.
|
|
SQL contains which component in its process?SQL contains which component in its process?
The answer is:
D. All of the above
|
|
Determine the correct SQL command?Determine the correct SQL command?
The answer is:
D. All of the above
|
|
What is the work of UPDATE command?What is the work of UPDATE command?
The answer is:
C. Database data can be updated or changed using this command.
|
|
What is the work of DELETE command?What is the work of DELETE command?
The answer is:
D. Using this command, you can remove or erase recorded information from a database table.
|
|
What is the work of SELECT command?What is the work of SELECT command?
The answer is:
C. One or more rows from one or more tables of the database can be accessed with this command. Using the WHERE clause with this command is also possible.
|
|
What is the work of DROP command?What is the work of DROP command?
The answer is:
B. Database objects such as tables, table views, and other objects can be deleted using this command.
|
|
What is the work of INSERT command?What is the work of INSERT command?
The answer is:
A. Inserting records or data into the database tables is accomplished with this command. In addition to inserting records in single rows, we can insert records in multiple rows as well.
|
|
Which statement is not true?Which statement is not true?
The answer is:
B. SQL follows BASE Model whereas No-SQL follows ACID Model.
|
|
Which statement is true about the SQL?Which statement is true about the SQL?
The answer is:
A. SQL databases are vertically scalable.
|
|
Which statement is true about the No-SQL?Which statement is true about the No-SQL?
The answer is:
C. Dynamic schemas for unstructured data are used in No-SQL databases.
|
|
SQL has the advantage of?SQL has the advantage of?
The answer is:
A. SQL require a lot of programming.
|
|
SQL has the disadvantage of?SQL has the disadvantage of?
The answer is:
D. None of the above.
|
|
What is meant by Partial Database Control?What is meant by Partial Database Control?
The answer is:
C. Both A and B
|
|
What is meant by 'SQL is an interactive language'?What is meant by 'SQL is an interactive language'?
The answer is:
D. All of the above
|
|
What is the work of CREATE command?What is the work of CREATE command?
The answer is:
B. It enables you to create new databases, tables, table views, and other objects using this command.
|
MCQs
Views
Best Answers
Points