Can group functions be used in the order by clause in ms sql server?
What is primary key index?
What is a result set object returned by mssql_query()?
What is sql collation?
Can we execute a stored procedure inside a trigger?
6 Answers BirlaSoft, CarrizalSoft Technologies, United Healthcare,
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1;
What is collation sensitivity? Explain different types.
How many triggers are possible per table?
What is user defined datatypes and when you should go for them?
What are the source of constraints?
Please tell me some knowledge about Clustering and how to add clustering?
How to bind a view to the schema of the underlying tables?
How to list all tables having unique constraints in any of the columns in a database.