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.
No Answer is Posted For this Question
Be the First to Post Answer
Give an example of any procedure.
5 Answers Accenture, iFlex, Wipro,
What is error ora-12154: tns:could not resolve the connect identifier specified?
How do you write a subquery?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
what are date and time functions in mysql? : Sql dba
How can you view the errors encountered in a trigger?
What are the basic sql commands?
What is user define exception and example
What is the difference between delete and truncate commands?
what is the difference between trigger and storedprocedures
what are the advantages and disadvantages of cascading style sheets? : Sql dba
Is it possible to link two groups inside a cross products after the cross products group has been created?