Computer Science, asked by prathapjollyguy4623, 9 months ago

What are different data types that can be stored in a table

Answers

Answered by fuzailshaikh92
0

Answer:

In SQL the columns of a table are defined to store a specific kind of value such as numbers, dates, or text; these are called data types.

...

Commonly used SQL Server Data Types

INT.

VARCHAR, NVARCHAR.

DATETIME.

DECIMAL, FLOAT.

BIT.

Similar questions