can we call a procedure from a function?
Answer Posted / vivek nagarajan
It is possible to call a function from a procedure.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
How many types of index are there?
What are the possible values for the boolean data field?
What is the purpose of normalization?
What is the difference between unique and primary key constraints?
What is the purpose of a secondary key?
What is rtm stands for?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
Is it possible to update views?
what is commit? : Sql dba
What is synchronized subquery?
Explain what is a field in a database and record in a database?
Does a join table need a primary key?
What is the purpose of the primary key?
Can we use rowid as primary key?
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.