What is date functions?


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

Post New Answer

More SQL PLSQL Interview Questions

How do I count records in sql?

0 Answers  


What is sql character function?

0 Answers  


Can you have more than one trigger on a table?

0 Answers  


how to find the First and Last Observation from the table: Ex: OBS Name Sal Ans like: OBS Name Sal 105 E 5000--> 105 E 5000 102 B 2000 104 D 4000 103 C 3000 101 A 1000--> 104 D 4000

4 Answers  


Explain alias in sql?

0 Answers  


What is primary key and foreign key with example?

0 Answers  


What is the use of <> sql?

0 Answers  


What is left join example?

0 Answers  


What is nosql example?

0 Answers  


What is sql dialect?

0 Answers  


declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?

3 Answers   Oracle,


Why do we use set serveroutput on?

0 Answers  


Categories