2. What is the difference in datetime, date, and interval type
3. I could not find command to see the current structure of table in query analyzer before putting alter table command
2) In datetime data type, date and time would be shown in the table. Whereas in date datatype only date would be shown.
3) You can use desc <table_name> command for this purpose.
0 Comments
Please add nice comments or answer ....