Answer Posted / siddharthapenchala
select trunc(months_between(sysdate,'22-mar-1995')/12) as age from dual;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the different types of constraints?
How to display the records between two range in Oracle SQL Plus?
What is before and after trigger?
Why do we use triggers?
What do we need to check in database testing?
How do you copy a table in sql?
What is AUTH_ID and AUTH_USER in pl/sql ?
What is right join sql?
Difference between truncate, delete and drop commands?
what is transaction? : Sql dba
Which table is left in join?
how can we submit a form without a submit button? : Sql dba
Explain the difference between 'between' & 'and' operators in sql
Why is sql better than hql?
What is a unique key and primary key and foreign key?