Computer Science, asked by daspaancchadiip2006, 4 months ago

Sanvi is working on tables in Access. Which data type she should choose to store​

Answers

Answered by nexgenop
1

Answer:

If the data is numeric, use SMALLINT, INTEGER, BIGINT, or DECIMAL data types.

If the data is character, use CHAR or VARCHAR data types.

If the data is date and time, use DATE, TIME, and TIMESTAMP data types.

If the data is multimedia, use GRAPHIC, VARGRAPHIC, BLOB, CLOB, or DBCLOB data types.

Explanation:

Similar questions