DATA TYPES IN SQL: SQL Server, Oracle, MySQL, MICROSOFT ACCESS
A Datatype can be defined as “Type of the value that is stored in a column of a table”. For instance, you want to create a table and have a column that will store all the names of students in your class then based on this requirement you choose CHARACTER or STRING datatype. Suppose you … Read more