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
What is difference between cursor and trigger?
What is the mutating table and constraining table?
What are the operators in sql?
What are the two parts of design view?
Which is faster count (*) or count 1?
how to drop an existing view in mysql? : Sql dba
How many primary keys can a table have?
Why functions are used in sql?
tell us something about heap tables. : Sql dba
Can we use pl sql in mysql?
How to use distinct and count in sql query? Explain
how to enter binary numbers in sql statements? : Sql dba
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
what is bdb (berkeleydb)? : Sql dba
What is the difference between a primary key and a unique key?