What is a trigger in pl/sql?
Answer / kiran r
A Trigger is block of PLSQL Code which is automatically Executed with response to some events (i.e.., DML).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is constant in pl sql?
can we call a procedure from a function?
What is the difference between the conventional and direct path loader? : aql loader
Difference between IN and EXISTS
scope of exception handling in plsql
What is mutating table?
What is view? Can we update view
Is it possible to read/write files to-and-from PL/SQL?
need to split a string into seperate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,b,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ?
12 Answers IBM, TCS, UHD,
How to convert lowercase letters to uppercase and uppercase letters to lowercase in a string. (ex, AbcdEfG should convert as aBCDeFg)
Can we write create command in the plsql block?if possible how?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)