What is over () in sql?
No Answer is Posted For this Question
Be the First to Post Answer
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;
how tsql statements can be written and submitted to the database engine? : Transact sql
How is a process of pl/sql compiled?
Give which cursor is better for better performance means type of cursors?
What are the various restrictions imposed on view in terms of dml?
What is the difference between count 1 and count (*) in a sql query?
how to debugg a procedure or package using dbms_output.put_line in plsql
How do I view a table in sql?
if a string is there like s1,s2,s3,s4.How to find count of commas in this.
What will be the output for the below Query Select 'High' from dual where null = null;
What is varchar data type in sql?
What are the two types of exceptions in pl/sql?
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)