What are different types of constraints?
No Answer is Posted For this Question
Be the First to Post Answer
How can u get the number of pupils connecting the database?
Which data type columns are the best candidates for full-text indexing?
What is ddl and dml commands?
What are the advantages of partitioning?
Do comments need to go in a special place in sql server 2005?
Mention the different authentication modes in sql server.
Why truncate is ddl command?
What are various limitations of the views?
Hi Friends, I have a table in which there are thousands of records and in city field there is NULL value for all records now i want to change that null value with distinct values in each record say delhi, bihar, agra, jaipur etc, what will be the query for that????? its not possible to update thousands of records one by one. is there any alternative ...? Plz help ... its urgent Thanx in advance
Is candidate a key?
How many primary keys are possible in a table?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration