Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
Answer Posted / sivachandran
we can use 12 trigger in single table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I create an index in word?
what is the difference between delete and truncate commands? : Sql dba
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
What is a ddl command?
What is range partitioning?
Write a query to display the current date in sql?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
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
What is a pl/sql block?
Is sql injection illegal?
What is the difference between functions, procedures, and packages in pl/sql?
Enlist the advantages of sql.
what are the nonstandard string types? : Sql dba
What is character functions?
Is sql between inclusive?