The join defined by the default data link is an outer join
yes or no ?
Answer / meenakshi
No its not outer join
but it is an equi/natural join
Is This Answer Correct ? | 6 Yes | 0 No |
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
Explain the function of optimizer in oracle?
What are the Characteristics of Data Files ?
Explain the use of full option in exp command.
hai, when to use char and varchar2....?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
What is the usage of synonyms?
what are the differen between key flexifild and discriptive fiexifild.
We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?
What is the difference between SQL and SQL Server?
what is query and types of query
What is materialized view in Oracle?