Write a stored procedure for emplpoyee and department table to get DeptName which having no employee. Table Structure- Emp-Emp_Id,Emp_Name,Dept_id Dept-Dept_Id,Dept_Name
TCS,
7 12323How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
1962
List the advantages of using stored procedures?
How to run sql server 2005 books online on your local system?
How do you delete duplicate rows in sql server?
What is a transaction and why is it important?
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
What are different types of statements that are supported by sql?
mention different types of relationships in the dbms?
Should you normalize audio?
What are four major operators that can be used to combine conditions on a where clause?
What is “asynchronous” communication in sql server service broker?
What are relationships and mention different types of relationships in the dbms
What is the use of group by clause?
What factors you will consider calculating the storage requirement for that view?
How to list all user defined functions in the current database?