How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / kaveesh
select sysdate from dual; It works in ORACLe 10g.
Kaveesh
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to Insert multiple rows with a single insert statement?
What are sp_configure commands and set commands?
What are different types of roles provided by ssrs?
Can you move the resources after pausing the node? : sql server database administration
How to transfer a table from one schema to another?
how to avoid cursors? : Sql server database administration
What is ddl command?
Is sql different from sql server?
What happens if the update subquery returns no rows in ms sql server?
What is rs.exe utility?
What are drillthrough reports?
Explain activity monitors
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
What are the dis_advantages of stored procedures, triggers, indexes?
What are ddl (data definition language) statements for tables in ms sql server?