What is trigger types in sql?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between % rowtype and type record.
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 ?
What is keys and its types?
Is sql dba a good career? : SQL DBA
we have a package and we have grants to execute that package inside of that we have table, here we don't have privileges to this table? whether this package will execute or not?
Compare SQL and PL/SQL.
What are triggers, and when would you use them?
Is foreign key mandatory?
give the syntax of grant and revoke commands? : Sql dba
What is difference between sql function and stored procedure?
What will be the output of this Query? select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
how to convert character strings to dates? : Sql dba
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)