Computer Science, asked by seemaverma9816, 4 months ago

which data type you need to store 542? Shounav wants to store his image . Which type of data type he will use?

Tiny integer[TINYINT], Image[LONGVARBINARY]
Real[REAL], Image[IMAGE]
Integer[INTEGER],Image[LONGBINARY]
Float[FLOAT], Image[VBINARY]​

Answers

Answered by yopiy2004
3

Answer:

The integer data type is often used to hold information like transaction IDs and store numbers. Integers are also used to represent date or time values, using the date , month , quarter , and time forms.

Explanation:

There are eight basic data types in JavaScript. ... a variable can at one moment be a string and then store a ... It's useful when we want to process values of different types ...

hope it helps you please follow me

Similar questions