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
What is the default sql server instance name?
What are two difference between sql azure and azure tables?
Explain sub-query?
What is difference between unique and primary key?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
How to delete duplicate rows in sql server?
How to modify an existing user defined function?
What is index in an assignment?
how many clustered indexes can be created on a table? : Sql server database administration
What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?
Do you know exporting and importing utility?
Why is normalisation important?
What is master database? : SQL Server Architecture
What do you know about system database? : SQL Server Architecture
What do you mean by 'normalization'?