Is a table valued function object?
No Answer is Posted For this Question
Be the First to Post Answer
List the various privileges that a user can grant to another user?
What is a cursor ? Why Cursor is required ?
I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body
I have one table and column is c1 pk, c2 not null,c3 not null and 200 row in it and i add c4 column and value, how can is possible
Can we use commit or rollback in trigger? If yes, then how. Please explain with a suitable example?
How can we debug in PL/SQL?
What is scalar function?
Difference between global and parameter variables?
What is sql and explain its components?
Why we use pl sql?
How does stored procedure reduce network traffic?
Given two tables Student(SID, Name, Course) and Level(SID, level) write the SQL statement to get the name and SID of the student who are taking course = 3 and at freshman level.