What is the main difference between sql and pl/sql?
No Answer is Posted For this Question
Be the First to Post Answer
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 ?
can use the following like overloading concept in a single package: procedure p1(a varchar), procedure p1(a varchar2), procedure p1(a char)
What are the benefits of triggers?
what is the difference between char and varchar data types? : Sql dba
What is the most restrictive isolation level? : Transact sql
Do view contain data?
What is a Mapplet?
What does <> sql mean?
write a query find which rows of a table is updated on 2 days before?
Types of locks in database ?
What is normalization? dec 2009
What is the difference between execution of triggers and stored procedures?
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)