Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
SQL for Database Construction
What SQL structure is used to limit column values of a table?
The LIMIT constraint
The CHECK constraint
The VALUE constraint
None of the above is correct.
Correct Answer:
The CHECK constraint
← Previous Question
Next Question→
More Questions from
SQL for Database Construction
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.
SQL statements can be embedded in triggers, stored procedures, and program code.
There are three SQL data modification operations: insert, modify and delete.
If any required (NOT NULL) columns are missing from the view, the view cannot be used for inserting new data.
A trigger is a stored program that is attached to a database.
SQL Server does not support the BEFORE trigger.
A stored procedure is a program that performs some common action on database data and is stored in the database.
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments