Answer Posted / pulak
select add_months(trunc(sysdate,'year'),12)-trunc(sysdate,'year') as days from dual;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Can you use order by when defining a view?
Explain about link server in sql server?
Can group by be used without aggregate functions?
Which is the latest version of sql server and when it is released?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
Why truncate is ddl command?
List out what other servers you can use with ssrs?
How you can get a list of all the table constraints in a database? : Sql server administration
What is the New in SQL server 2008?
Explain cursor as data base object?
Is it possible to create trigger on views?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Explain about thread and memory management process of SQL?
Explain an automatic checkpoint
What are the different types of replication you can set up in sql server?