How does sql*loader handles newline characters in a record? : aql loader
How do I add a primary key to a table?
Is it possible to read/write files to-and-from PL/SQL?
What is the difference between having clause and where clause?
What is join view in sql?
What are the possible values that can be stored in a boolean data field?
can a stored procedure call itself or recursive stored procedure? : Sql dba
Is it possible to update views?
What does seeding a database mean?
Can you selectively load only those records that you need? : aql loader
what are date and time intervals? : Sql dba
How do I write a sql query in pgadmin 4?
What are different types of triggers?
Show the cursor attributes of 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.