i want insert 10 records from table a to table b.
if i m using statement level trigger how many record insert
?in row level trigger how many record inserted???
Answer Posted / jprakash025
st lvl-10
and also row lvl-10
| Is This Answer Correct ? | 29 Yes | 7 No |
Post New Answer View All Answers
Why is nosql good?
What is function and procedure?
Is it possible to sort a column using a column alias?
What is Histogram?
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 case function?
What is a sql select statement?
What is interval partition?
Why do we create views in sql?
What is sql server and ase?
How to know the last executed procedure?
What are sql queries used for?
Does sql view stored data?
What do you mean by rowid?
What is schema in sql example?