232k views
3 votes
Given the Query Data Type, which of the following is incorrectly matched with the corresponding Storage Data Type?

a) Text : String
b) TRUE/FALSE: Boolean
c) Date : Date
d) Duration : Time

User Ayke
by
4.8k points

1 Answer

4 votes

Answer:

c) Date : Date

Step-by-step explanation:

A type of attribute of data is called data type in computer science, data types tells the interpreter how a person wants to use the data. The basic data types are supported by most of the programming languages, the basic data types are Integers, float, characters, strings, point numbers and arrays. The terminology may differ from one language to other.

User Nathan Spears
by
3.9k points