What is normalization in a database?
How to perform a loop through all tables in pl/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.
how to drop an existing view in mysql? : Sql dba
what is External tables? explain with examples
what is a stored procedure? : Sql dba
What is procedure explain with example?
Does sql support programming?
What is difference between procedure and trigger?
How many sql commands are there?
What is primary key and foreign key with example?
Is there any problem if we use commit repeatedly after each dml statement in a plsq procedure ? (eg. there are 10 update stmt and using 10 commit stmt after each update stmt)
Do we need to create index on primary key?