Is sql an operating system?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
How to run sql commands in sql*plus?
how to insert the data through views? The view is depending upon more than two tables? how to update materalized views?
how to see the oracle 9i/10g table in pc? or In my pc where the table is saved and how to see?
how to find 5th row ?
what is the use of HASH, LIST partitions?
what is the output of this query selet * from employee where 1=2 ??
What are the different datatypes available in PL/SQL?
Why is sql better than hql?
Why does %isopen return false for an implicit cursor?
Why do we use set serveroutput on?
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.