Answer Posted / amar misra
1-Inner Join
2-Outer Join
3-Left Join
4-Right Join
5-Self Join
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we write dml inside a function in sql server?
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.
What is oracle and pl sql?
What is trigger with example?
What is the unique index?
What is the difference between in and between in sql?
How to use distinct and count in sql query? Explain
What is cold data?
How many row comparison operators are used while working with a subquery?
What is memory optimized?
What is dense_rank in sql?
What is ttitle and btitle?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
define sql insert statement ? : Sql dba
what is try_catch block in procedure