we have emp table like Ename,EDOJ,EDOB with Column
structure.but we want to know the employee Age.How? Any
Body Plz
Answer Posted / santhi k
select trunc(months_between(Sysdate,EDOB)/12)Age from emp;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain hostprotectionattribute in sql server 2005?
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration
How will you know when statistics on a table are obsolete?
Tell me what is log shipping?
What happens if ntwdblib.dll is missing on your machine?
mention different types of relationships in the dbms?
Can we use having clause without group by?
Can we do dml on views?
What is named calculation? : sql server analysis services, ssas
What is @@rowcount in sql?
what is the primary use of the model database? : Sql server administration
application server is slow what may be the problem
What is save transaction and save point?
Explain the various types of concurrency problem?
How many replicas are maintained for each SQL Azure database?