What is the syntax and use of the coalesce function?


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

Post New Answer

More SQL PLSQL Interview Questions

how to show all tables with 'mysql'? : Sql dba

0 Answers  


Why truncate is used in sql?

0 Answers  


Why is partition used in sql?

0 Answers  


If we have n no of columns in a table, can we add new column in that table with not null constraint?

2 Answers  


Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)

15 Answers   Satyam,






what is the difference between primary key and unique key? : Sql dba

0 Answers  


Explain the select statement in sql?

0 Answers  


how to add a new column to an existing table in mysql? : Sql dba

0 Answers  


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

0 Answers   Satyam,


Is natural join and inner join same?

0 Answers  


in procedure how to return a value

3 Answers   Wipro,


what is the cursor and use of cursor in pl/sql ?

4 Answers  


Categories