Is sql easier than java?
How to test for null values?
Can we alter stored procedure?
Is pl sql still used?
How do I run a query in pl sql developer?
what is a stored procedure? : Sql dba
Is the primary key an index?
Define commit?
What is a sql trace file?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
how to create a new view in mysql? : Sql dba
How do you write an index?
What does bitemporal mean?
how to analyze tables with 'mysqlcheck'? : Sql dba
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.