display your age in months?
Answers were Sorted based on User's Feedback
Answer / sowmya makkena
select floor(months_between(sysdate,'22-mar-1995')) "age in months" from dual;
| Is This Answer Correct ? | 1 Yes | 0 No |
select trunc(months_between(sysdate,'22-mar-1995')/12) as age from dual;
| Is This Answer Correct ? | 0 Yes | 2 No |
What is sql clause?
What is equi join in sql?
What is the use of sql trace?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
while loading data into database how can u skip header and footer records in sql*loader
What is difference between TRUNCATE & DELETE?
16 Answers Ahn Infotech, CitiGroup, ICICI, PreVator, Saama Tech, SkyTech, TCS,
What is scalar and vector?
write an sql query to find names of employee start with 'a'? : Sql dba
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....
What are the different types of sql commands?
What is delimiter sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)