-
-
Give the structure of the function ?
FUNCTION name (argument list .....) Return datatype is local variable declarations Begin executable statements Exception execution handlers End;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What is Data Concarency and Consistency?
Data Concarency => Means that many users can access data at the same time.Data Consistency => Means that each user sees a consistent view of the data, including visible changes made by the user's own transactions and transactions of other users.
-
PL/SQL Interview Questions
Ans