What is a Mapplet?
explain normalization concept? : Sql dba
Why we use joins in sql?
When you have to use a default "rollback to" savepoint of plvlog?
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.
How can the performance of a trigger be improved?
Which join is like inner join?
Is primary key an index?
How does postgresql compare to oracle/db2/ms sql server/informix?
Is sql low level language?
What is composite primary key in sql?
What are the types of index in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
Why procedure is used in sql?
what is a composite primary key ? : Sql dba