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 do I order by ascending in sql?
what are enums used for in mysql? : Sql dba
What is string data type in sql?
What are system versioned tables?
What is mutating trigger?
What is the difference between numeric and autonumber?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
How do you create a unique index?
How to fetch records from a partitioned table?
what are tables and fields? : Sql dba
Is sql harder than python?
What are inner and outer joins examples of both?