In this video, we will create a new table with the SQL create command, which will return the table in a column structured manner with their respective datatypes.
Datatypes:-
int: -Whole Number
Float:- Decimal Number
Char:- Fixed Length Character
Varchar:- Varying Length Character
Boolean:- True or False
Date:- Date(YYYY-MM-DD)
Time:- Time(HH-MM-SS)