What type of join is sql join?
No Answer is Posted For this Question
Be the First to Post Answer
what are all the different normalizations? : Sql dba
Is a view faster than a stored procedure?
if i perform any operation on views such as insert, delete etc will my base table get affected?????
what are the differences between require and include, include_once and require_once? : Sql dba
Which kind of parameters cannot have a default value in pl sql?
Show how functions and procedures are called in a pl/sql block.
Can we delete column in sql?
How to find string or key value using pl/sql code?
Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;
Explain two easy sql optimizations.
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
How to get second highest salary from a table
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)