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
Explain the update statement in sql
how to use regular expression in pattern match conditions? : Sql dba
What is sqlite used for?
How do rank () and dense_rank () differ?
What is cost in sql execution plan?
What is the command used to fetch first 5 characters of the string?
What are the various levels of constraints?
explain the delete statements in sql
What are the different schemas objects that can be created using pl/sql?
What is the use of %rowtype?
How many columns should be in an index?
What is the use of & in pl sql?
explain mysql aggregate functions. : Sql dba
How do you concatenate in sql?
What is loop in pl sql?