How do you get all records from 2 tables. Which join do you use?
Answer Posted / rao
Using FULLOUTER JOIN
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What is left join example?
Is inner join same as self join?
What is the difference between sql and mysql?
how mysql optimizes distinct? : Sql dba
How can I change database name in sql?
What is the plv (pl/vision) package offers?
Can we create view in stored procedure?
What are the different schemas objects that can be created using pl/sql?
How do I view tables in sql developer?
What are the different types of constraints?
What are the disadvantages of not performing database normalization?
What is cte sql?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
Does truncate release storage space?
What is assignment operator in pl sql?