Answer Posted / prabhu
It is used to limit the data that going in to the table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mscorsvw.exe - process - microsoft .net framework ngen?
Why Master database is required?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
Describe triggers features and limitations?
How to delete exactly duplicate records from a table?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
What is transact-sql ddl trigger?
How to handle error or exception in sql?
Explain the third normal form(3nf)?
What is data mart? : sql server analysis services, ssas
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
How to generate random numbers with the rand() function in ms sql server?
Do you know what is sql service broker?
How to select true false based on column value in sql server?