how to join two table?
Answers were Sorted based on User's Feedback
Answer / partha
There are two types of join inner join and outer join.
(1)Inner join will return all the common records in both the
table
Ex: Select e.ename from Employee e,Dept d where e.did=d.did;
(2)Outer join is of 3 types Left Outer,Right Outer and full
outer.
Left outer retrieves common records from both the table and
all the record from the left table.
Similarly Right Outer all the records from right table and
Full outer from both the tables
Is This Answer Correct ? | 21 Yes | 0 No |
How to do replication of firebird databases?
What is data model and types?
What are the different technologies used to access Database from Visual Basic?
Compare a hierarchical and network database model?
What is sql and where is it used?
What is query in rdbms?
what is s/w lifecycle?
Who invented schema theory?
What is advantage of dbms?
i need query for displaying the eno,ename in a table from row 2 to row 5
How does notification services work?
What is metadata in dbms?