what are the different types of joins?
Answer Posted / a.jyothsna
1)Self Join
2)Equi join (or)Inner Join
2.1)Non-equi Join
3)Outer Join
3.1) Left-Outer Join
3.2) Right-Outer Join
3.3) Full-Outer Join
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of %type and %rowtype data types with the example?
Explain the methods used to protect source code of pl/sql.
Can you load data into multiple tables at once? : aql loader
What do you mean by stored procedures?
Can we use pl sql in sql server?
How do I upgrade sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
How run sql*plus commands that are stored in a local file?
Is there a 64 bit version of ssms?
what is data manipulation language? : Sql dba
What schema means?
What does a pl/sql package consist of?
What are packages in pl sql and also explain its advantages?
how to start mysql server? : Sql dba
What is embedded sql in db2?