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 |
What is the synonym of join?
What is the main difference between ‘between’ and ‘in’ condition operators?
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
What is dynamic cursor in SQL SERVER?
Which Model uses the SET concept
1.Describe way(s) to tune the SQL table in order to optimize performance. 2. Explain SQL Injection and how can you prevent them?
wat is mean by normalization?......programing defination i need...(i know basic defination)
What is the difference between dropping a database and taking a database offline?
How to get a list of columns in a view using the "sp_columns" stored procedure?
How to create view in stored procedure sql server?
Explain the ways to controlling cursor behavior?
Which is faster statement or preparedstatement?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)