What is a behavioral trigger?
No Answer is Posted For this Question
Be the First to Post Answer
What can you do with pl sql?
How do you rank data in sql?
What is indexing in sql and its types?
What is procedure explain with example?
What does “select count(1) from tab” result?
what is difference between "Primary key" and "Unique key"?
Can we call dml statement in function?
Is there a way to automate sql execution from the command-line, batch job or shell script?
declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?
Is sql developer case sensitive?
How write primary and foreign key relationship between two tables without using constraints? u can use any of procedure/function/trigger and any sql?
Maximum how many triggers can we use in trigger and How to find out how many records it fetched.
Oracle (3253)
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)