180k views
0 votes
List the data types that are allowed for SQL attributes.

User Flambino
by
5.3k points

1 Answer

7 votes

Answer:

Step-by-step explanation:

In the SQL database manipulation coding language, there are a variety of different available data types to use. These data types are the following.

  • Numeric
  • Date/Time
  • Character/String
  • Unicode Character/String
  • Binary
  • 3rd Party / Miscellaneous

Each of these data types has a wide range of subcategories (data types as well) that each handle different variables in a coding sequence. These subcategories can be all seen in the attached picture below.

List the data types that are allowed for SQL attributes.-example-1
User VahidShir
by
5.0k points