What is the difference between a procedure and a function?
No Answer is Posted For this Question
Be the First to Post Answer
I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman
How to select unique records from a table?
declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?
Define commit, rollback and savepoint?
How do I find sql profiler?
Does sql use python?
How do I write a sql query in pgadmin 4?
if a string is there like s1,s2,s3,s4.How to find count of commas in this.
Enlist the advantages of sql.
what are the join types in tsql? : Transact sql
Does sql require a server?
how to use like conditions? : 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)