Hi to all,
i created following table in SQL.
===================================
create table employee(name varchar(20), dob date)
===================================
But, when i ran the query, i got the massage that 'SQL can not find data type 'date''.
How should i include 'date' in to table definition.