Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / sivaram pothuru

select * from emp full join dept on emp.deptno=dept.deptno
where empno is null;

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are cascading parameters in ssrs reports?

236


What stored procedure can you use to display the current processes?

949


Do you think BCNF is better than 2NF & 3NF? Why?

1342


what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration

1000


How to transfer an existing table from one schema to another schema in ms sql server?

1029


What does Master database contains?

1188


Please illustrate physical database architecture? : SQL Server Architecture

1032


Explain Geography datatype in SQL Server

1193


How to rebuild the master database?

1138


what is bit datatype? : Sql server database administration

963


Why are you getting errors when creating a new odbc dsn?

1296


Who is the owner of a schema in ms sql server?

1120


How to provide column names in insert statements in ms sql server?

1228


How do you check sql server is up and running?

1057


You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?

1056