What is trigger in pl sql?


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

Post New Answer

More SQL PLSQL Interview Questions

In a table i have columns A,B,C and i have a composite index on columns A,B if so will the following query uses index or not? SELECT sal,name FROM <table_name> WHERE A=<value> AND B=<value> AND C=<value>;

2 Answers   Mastek,


What is information schema in sql?

0 Answers  


What is an alias command?

0 Answers  


What is cursor status?

0 Answers  


what is a table in a database ? : Sql dba

0 Answers  






i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

0 Answers  


What is the difference between SQL table and the PLSQL table?

3 Answers   Mastek,


what is switch column,colums cost in oracle?

0 Answers   Metric Stream,


What is Overloading of procedures ?

4 Answers   Amdocs,


How do I order columns in sql?

0 Answers  


How do I write a cron which will run a sql query and mail the results to agroup?

0 Answers  


What is mutating table error?

0 Answers  


Categories