what is the sql query to display current date? : Sql dba
Answer Posted / kiran r
SYSDATE;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
How many functions are there in sql?
Why do we use procedures in sql?
Can a key be both primary and foreign?
how to use like conditions? : Sql dba
How to connect a sql*plus session to an oracle server?
How to run sql functions in pl/sql?
What is an ndf file?
Explain alias in sql?
What is a data manipulation language?
What are the two parts of design view?
how to analyze tables with 'mysqlcheck'? : Sql dba
Name the operator which is used in the query for pattern matching?
How run sql*plus commands that are stored in a local file?
what is unique key constraint? : Sql dba