What are the triggers associated with image items?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is delimiter sql?

0 Answers  


What does subquery mean in sql?

0 Answers  


How can I speed up sql query?

0 Answers  


Does group by remove duplicates?

0 Answers  


Which column of the user triggers data dictionary view displays the database event that will fire the trigger?

0 Answers  






How to call shell script from pl sql procedure?

0 Answers  


How do I enable sql encryption?

0 Answers  


Show the cursor attributes of pl/sql.

0 Answers  


How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')

2 Answers  


If 100 tables are there in user_tables.I want to find in which table zero records are there with table name.Is it possible?

2 Answers  


in sql table following column r there i want find 1st paid ,2nd paid,3rd paid date for same |service_type|date |vehicle_no| |------------|------|_---------| |paid |23 jan|MH12H2007 | | | | | |paid |26 feb|MH12H2007 | | | | | | | | | |paid |28 mar|MH12H2007 | i want o/p like below vehicle no| 1st paid date | 2nd paid date|3rd paid |latest paid date| pls help me out

4 Answers  


What is a design view?

0 Answers  


Categories