Computer Science, asked by AryanHelper4166, 10 months ago

What is data type? Explain about the different types of data type used in database package ?

Answers

Answered by Choudharipawan123456
8
  • A database data type is a data storage format that may hold a certain kind or range of values.
  • When data is stored in variables in computer programs, each variable must have its own data type.
  • Integers, characters, strings, floating-point numbers, and arrays are some of the most popular data types.
  • Dates, timestamps, boolean values, and varchar (variable character) formats are examples of more specific types.
Answered by ranjitk1979
2

Answer:

A database data type is a data storage format that may hold a certain kind or range of values. When data is stored in variables in computer programs, each variable must have its own data type.Integers, characters, strings, floating-point numbers, and arrays are some of the most popular data types

Similar questions