What are the packages in pl sql?
No Answer is Posted For this Question
Be the First to Post Answer
Can a foreign key be a duplicate?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
How to avoid using cursors?
What is a sql profiler?
How many clustered indexes can be created on a table?
select 1,col1,col2 from table1. output?
what are the advantages of cursors than procedures?
What is the use of nvl function?
what is the difference between the query and corelated query
8 Answers HSBC, IBM, TCS, Xenosoft,
Which kind of parameters cannot have a default value in pl sql?
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;
while loading data into database how can u skip header and footer records in sql*loader
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)