could u plz explain about joins and views?

Answer Posted / mohsin mohammed abdul

basically we use joins to query a sql with 1 or more tables.
1) self join.. join within the same table using aliases
2) equi join.. join between the 2 tables with commom columns
3) outer join.. and it is divided into 2 catagories left
outer join and right outer join.

View :- its a logical representation of one or more tables.
View doesn't have the data of its own. But still you can
perform DML on a view ..the changes will be done in the
underlying base tables..

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pivot and unpivot?

776


How many types of objects are there?

685


Mention the command used to rename the database.

726


How many triggers you can have on a table?

700


How many types of stored procedures are there in sql server?

735






how can a database be repaired? : Sql server administration

690


What are the dmvs?

769


What is pessimistic concurrency?

709


What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas

921


What is user-defined functions? What are the types of user-defined functions that can be created?

760


What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security

739


What are the different types of triggers in SQL SERVER?

723


Distinguish between commit and rollback?

702


What is nolock?

747


what are different types of raid configurations? : Sql server database administration

701