Answer Posted / sravanthi
Constaints are used to limit the data that can go into
table.
Basically, conditions are kept on columns in the table so
that data will insert based on those conditions.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is ms sql server index?
How to execute a sql statement using odbc_exec()?
What are the difficulties faced in cube development? : sql server analysis services, ssas
What is a dbms wizard?
What are the basic functions for master, msdb, model, tempdb and resource databases?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
How will you know when statistics on a table are obsolete?
Do you know clustered and non-clustered index?
Why and when do stored procedure recompile?
what is the difference between a primary key and a unique key? : Sql server database administration
What are the advantages of using third-party tools?
What is the new security features added in sql server 2014? : sql server security
what is create database syntax? : Sql server database administration
Explain indexed views and partitioned view with their syntax.