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...


What is Self Join?

Answers were Sorted based on User's Feedback



What is Self Join?..

Answer / ramesh

The Concept of joining a table with it self in called "self
join"

Is This Answer Correct ?    15 Yes 2 No

What is Self Join?..

Answer / shekar

the concept of joining a table with it self in called "self
join"

Is This Answer Correct ?    12 Yes 0 No

What is Self Join?..

Answer / rrrrrrrrrr

The Concept of joining a table with it self in called "self
join"

Is This Answer Correct ?    3 Yes 2 No

What is Self Join?..

Answer / gagan

Self join correlated rows of a table with other rows in the
same table.

Eg:
select a.name+'issue the book= '+b.book form lib a,lib b
where rollno between 1 and 10

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is a data source or ds? : sql server analysis services, ssas

0 Answers  


How to create prepared statements using odbc_prepare()?

0 Answers  


what are user defined datatypes? : Sql server database administration

0 Answers  


how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration

0 Answers  


What is the difference between getdate and sysdatetime?

0 Answers  


What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.

0 Answers  


How to loop through result set objects using mssql_fetch_array()?

0 Answers  


Explain having clause and where clause?

0 Answers  


What is an extended Stored Procedure?

1 Answers  


Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?

0 Answers  


Why I am getting this error when dropping a database in ms sql server?

0 Answers  


Explain how to maintain a fill factor in existing indexes?

0 Answers  


Categories