answersLogoWhite

0

A data type is, well, the type of data. The most common types are strings (text with spaces, punctuation, etc), integers (whole numbers within a certain range, depending on the specific type), and decimal numbers (1.7). Depending on the database software, there will be many other types.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

Which of the two types of Data Independence Types is harder to achieve?

The ability to modify a scheme definition in one level without affecting a scheme definition in next higher level is called data independence there are two types of data independence physical data independence:- refers to the ability to modify the scheme followed at the physical level without affecting the scheme followed at logical level logical data independence:- refers to the ability to modify the conceptual scheme without affecting the schemes followed at view level logical independence is difficult to achieve


Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..


What are the subject-matters of data structure?

types of data structure types of data structure


What type is data?

There Are Two main types of data. Qualitative data are expressed As numbers, obtained by counting or measuring. Another type of data is called an inference.An inference is a logical interpretation based on prior knowledge or experience.

Related Questions

What is data definition language?

There are four types of commands in Structured query language. One of the four type of command includes data definition language. Data definition language includes create , delete , drop command .


What is the definition of ordered data?

Ordered data is pretty simple. It is data which is measured (or found from a test) in ordinal types of measurement. E.G. 1 cat, 2 cats, 3 cats etc.


What are the two types of definition?

the two types of definition are the formal and informal definition.


What is the definition of data table?

data cable is an instrument like wire which is used to transfer data or other information from one place to another, one computer to another, the example of this types is LAN,WAN,MAN


Which of the two types of Data Independence Types is harder to achieve?

The ability to modify a scheme definition in one level without affecting a scheme definition in next higher level is called data independence there are two types of data independence physical data independence:- refers to the ability to modify the scheme followed at the physical level without affecting the scheme followed at logical level logical data independence:- refers to the ability to modify the conceptual scheme without affecting the schemes followed at view level logical independence is difficult to achieve


What is definition of ungrouped data?

Single data


What is the definition of data resource?

stored data.


What is the definition of interpreting data?

getting data


Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..


What is the schema definition in computer science and how does it impact data organization and structure within a system?

In computer science, a schema definition is a blueprint that outlines the structure and organization of data within a system. It defines the types of data that can be stored, their relationships, and how they are organized. The schema impacts data organization by ensuring consistency and coherence in how data is stored and accessed, which helps maintain data integrity and facilitates efficient data retrieval and manipulation within the system.


What is sql statements?

SQL in database is short for structured query language. There are four types of SQL statements which are as follows : 1) Data retrieval language 2) Data manipulation language 3) Data control language 4) Data definition language