How to populate a table in sql server?
When multiple after triggers are attached to sql table, how to control the order of execution?
How efficient you are in oracle and SQL server?
What is sub query and its properties?
What is the process of normalising?
Explain the difference between delete,drop and truncate in SQL Server?
What is the maximum size of a row in sql server?
Can we hide the definition of a stored procedure from a use?
What is a Join in SQL Server?
how to get the maximum among two tables,for example table 1 (dep1) have (emp_id,emp_name,salary) columns and table 2 (dept2) have (emp_id,emp_name,salary) columns,i want which employee have the maximum salary among two tables?
Explain different isolation levels?
What do you understand by triggers and mention the different types of it?
What is rank function?