
if i create one table that consist of usename ,joiningdate for joining date i have used varchar datatype not date . then we store date into database table as a string by using java .then what are the drawbacks.

There are various drawbacks of using data type VARCHAR instead of DATE for a date.