What are the uses of Database Trigger ?
No Answer is Posted For this Question
Be the First to Post Answer
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
WHAT IS ecc 6.0
Why do we need oracle client?
what is trigger?
How to set up autotrace for a user account?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
What is a Shared SQL pool ?
What is connection pool in oracle?
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
Will you be able to store pictures in the database?explain.
What is Trigger in Oracle?
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.