Explain insert into select statement?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
Is it possible to have more then one foreign key in a single table? if possible, is this the good way to design the table?
What is dbcc command in sql server?
What is the difference between push and pull subscription? : sql server replication
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
How to select nth record from a table?
13 Answers DELL, Microsoft, Ramco,
9. Write a query to list a new column with the difference in temp of the cities Delhi and Mumbai, Mumbai and Jammu and soon. Consider the following table : City_id City Temp. 1 delhi 40 2 Mumbai 35 3 Jammu 32 4 Pune 18
what is difference between primary key and Unique
I have a table in which phno is one of the columns.i do have some values in tht phno column.i need to update phno column values with 0(zero) as prefix.give me a correct solution plz...
How to create an index on a view?
What are the differences between char and varchar in ms sql server?
What is acid properties?