Can I remove the default constraint columns in SQL SERVER?
Answer Posted / suraj
-- CONSTRAINTS are used to limit the type of data that
can go in to a table.
-- You can have multiple CONSTRAINTS in any one column
of a table.
-- You don't have to drop CONSTRAINTS in order to be
able to drop the table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you tell if a database object is invalid?
What is BLOCK statements in SQL?
What is history table in sql server?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
Why olap is used?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
Do you know what is rank function?
What do you mean by acid?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What are the types of ssrs?
What is the difference between rank and dense_rank?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What are basics of policy management?