What are records give examples?
No Answer is Posted For this Question
Be the First to Post Answer
What packages(if any) has oracle provided for use by developers?
What is not in sql?
What is a natural join sql?
State the difference between implict and explict cursor's?
What is the use of procedures?
How to create your own reports in sql developer?
What is write ahead logging in sql server?
What is a full join?
What are data types 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.
Write a sql query to get the third highest salary of an employee from employee_table?
What is Overloading of procedures ?