what is Constraint? How many types of constraints in SQL ?
Answer Posted / ns
constraints are like an a right or any event which can we
apply on our table or column, or its an rule of integrity
there is an types of constraint:-
1.primary key
2.foreign key
3.unique
4.check
5.default
6.not null
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is row-level compre?
How you can get a list of all the table constraints in a database? : Sql server administration
Explain nested join?
What command would you use to add a column to a table in sql server?
What is data source object?
What happens when converting big values to numeric data types?
How to round a numeric value to a specific precision?
What is the Disadvantage of indexed sequential file.
How to filter out duplications in the returning rows in ms sql server?
Explain various On-Delete options in a DB table. Which is the default option?
What are the advantages of having an index on the sql server?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
Explain about extended stored procedure?
How do you use a subquery to find records that exist in one table and do not exist in another?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?