Answer Posted / sam
)Inner Join
a)Equi join
b)Natural Join
c)Cross Join
2)Outer Join
a)Left join
b)Right join
c)Full join
3)Self Join
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Does sql require a server?
What are stored procedures in mysql?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What are its different types of dbms?
explain the options of myisamchk to improve the performance of a table. : Sql dba
What are sql procedures?
What are the two types of exceptions.
What is left join in sql?
How to create an array in pl/sql?
Explain the significance of the & and && operators in pl sql.
What are different functions in sql?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is difference between pls_integer and integer?
what is the difference between where clause and having clause? : Sql dba
what is a database transaction? : Sql dba