Explain aggregate functions are available there in sql?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a database and a relational database?
what is the difference between delete and truncate commands? : Sql dba
What are sql injection vulnerabilities?
what is the difference between a local and a global temporary table? : Sql dba
What is the use of a view in sql?
How to read/write files from pl/sql?
Enlist the data types that can be used in pl/sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?
Are sql database names case sensitive?
Can a table have no primary key?
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;
Oracle (3253)
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)