Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
SQL for Database Construction
When using the SQL INSERT statement:
rows can be modified according to criteria only.
rows cannot be copied in mass from one table to another only.
rows can be inserted into a table only one at a time only.
rows can either be inserted into a table one at a time or in groups.
Correct Answer:
rows can either be inserted into a table one at a time or in groups.
← Previous Question
Next Question→
More Questions from
SQL for Database Construction
The SQL ALTER statement can be used to:
Which is NOT one of the most common types of SQL CHECK constraints?
What is an advantage of placing computations in SQL views?
The SQL command to create a table is:
A reason for using an SQL view to hide columns is:
What SQL structure is used to limit column values of a table?
A view that contains a computed column can be easily updated.
Views can be used to show the results of computed columns.
Common types of SQL CHECK constraints include range checks and limiting columns values.
The SQL DELETE statement is used to delete both the table structure and table data.
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments