What is null in pl/sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is normalization in sql?

0 Answers  


What is the sql*loader? : aql loader

0 Answers  


Difference between a query and strored procedure?

4 Answers   Microsoft,


What is view explain with example?

0 Answers  


What are character functions?

0 Answers  






Display the total debit counts, total credit counts, sum of total debits, sum of total credits from an employee's transaction table (a single table) containing the following columns. Transaction_number Transaction_amount Transaction_date Transaction_type --> tells if the amount is a credit or a debit. As the query alone is important, the table is left with specifying just the field's name. Pls help me with this query.

3 Answers   iNautix, Oracle,


What is the file extension for sql database?

0 Answers  


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 ?

7 Answers   Oracle,


Mention what pl/sql package consists of?

0 Answers  


When we give SELECT * FROM EMP; How does oracle respond?

24 Answers   Accenture, HCL, Infosys,


What is sql and explain its components?

0 Answers  


What information is needed to connect sql*plus an oracle server?

0 Answers  


Categories