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 / monal
FOR SQL 2005:
select datediff (day, birthdate, getdate())/365 from emp
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is the primary use of the model database? : Sql server administration
Do you know spatial data types - geometry and geography in sql server 2008?
Define normalisation?
What are sql server procedures?
Define Unique Key?
What is the difference between getdate and sysdatetime?
What types of Joins are possible with Sql Server?
What is an expression in ms sql server?
What new data source types were added in ssrs 2014?
Tell me the use of keyword with encryption. Create a store procedure with encryption?
What is buffer cash and log cache in sql server?
How can sql server instances be hidden? : sql server security
Do you know what are various aggregate functions that are available?
What is the benefit of normalization?
What is the difference between primary key and unique constraints?