Explain alternate key, candidate key and composite key in sql server?
what is datawarehouse?
What is Dedicated Administrator Connection in sql server 2005?
Can you pass expressions to function parameters?
i have a table student like sname ----- ram ram ram raj raj raj i need the output like sname ----- ram raj ram raj ram raj
What is mean by dml?
How do you measure the performance of a stored procedure?
How do I find the default sql server instance?
Explain what role entity and relationship play in an ER diagram.
What are the different methods available under sqlcommand class to access the data?
if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?
What methods do you follow to protect from sql injection attack?
What is the difference between row_number and dense_rank?