check, not null,unique
Answers were Sorted based on User's Feedback
Answer / prasanthi
Check Constraint:
The CHECK constraint is used to limit the value range that
can be placed in a column.
not null constraint:
if we give not null constraint to any column it will not
accept null values.
Unique Conatraint:
Unique key is similar to primary key but it accepts one
null value.
For o column Setting Unique key+Not NULL we can make
Primary Key.
Is This Answer Correct ? | 5 Yes | 0 No |
Repair mdf file
There is table like Events...in that name ,startdate ,enddate,location are the column names write a stored Procedure for this table to get events by Months "GetEventsByMonths"
Explain partitioned view?
What is an entity-relationship diagram (erd)?
What is the differecne between equi-join and inner-join and natural join..Is there any difference or all are same?
What is the difference between inner join and equi join?
How does index makes search faster?
What is the difference between varchar and nvarchar types?
How do you implement one-to-one, one-to-many and many-to- many relationships while designing tables?
4 Answers Credit Suisse, GCU, Symphony, TCS,
explain different types of jions with examples briefly?
2 Answers Accenture, Excellence, Zensar,
Describe in brief sql server monitoring ways.
what's the difference between SQL & MY-SQl...? And what we learn from these ....?