Answer Posted / sowmya makkena
select floor(months_between(sysdate,'22-mar-1995')) "age in months" from dual;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are all the different normalizations? : Sql dba
How to get list of all tables from a database?
What is the importance of sqlcode and sqlerrm?
What are the types of views in sql?
Is it possible to create the following trigger: before or after update trigger for each row?
Does user triggers have entry for trigger with compilation errors?
What is the difference between clustered and non-clustered indexes?
How to take user input in pl sql?
List the various privileges that a user can grant to another user?
What is the difference between join and natural join?
Do ddl statements need commit?
Name three sql operations that perform a sort.
What is union and union all keyword in sql?
What is the difference between local variables and global variables?
How to use distinct and count in sql query? Explain