what is the sql query to display current date? : Sql dba



what is the sql query to display current date? : Sql dba..

Answer / kiran r

SYSDATE;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How to execute multiple sql statements in a single annonymous block irrespective of the sql statement result?

2 Answers  


Difference between table function and pipelined function?

0 Answers  


What are the advantages of normalization?

0 Answers  


What can you do with pl sql?

0 Answers  


i have a table eno dno sal 1 10 200 2 10 150 3 10 100 4 20 75 5 20 100 i want to get sal which is less than the avg sal of thri dept. eno dno sal 2 10 150 3 10 100 4 20 75

12 Answers   IBM,






I Have A Table Like This. Cityno Cityname Mails 1 Bangalore 8km 2 Hsr Layout 20km 3 Mejistic 30km 4 Jayadeva 55km 5 Itpl 80km 6 Hebbal 115km I Have Data Like This I Want O/p Like This Distance No.ofcity 0-50km 3 51-100km 2 101-150km 4 And So On

6 Answers   DELL, HCL, Oracle,


Does pdo prevent sql injection?

0 Answers  


what is timestamp in mysql? : Sql dba

0 Answers  


What is self-join and what is the requirement of self-join?

0 Answers  


what is the difference between implicit conversions and explicit conversions?

2 Answers  


what is global variable in pl/sql

1 Answers  


How do I find duplicates in the same column?

0 Answers  


Categories