answersLogoWhite

0

Data types supported by MySQL are date and time data, numeric data, and byte data. Spatial data is another type supported by MySQL which includes the use of spatial extensions.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Why does MySQL not confirm with Codd's Rules?

MySQL does not fully conform to Codd's Rules, which outline the principles of a relational database, primarily because it employs certain features that deviate from these foundational principles. For instance, MySQL supports non-relational features like stored procedures, triggers, and various data types that can lead to inconsistencies in data integrity. Additionally, its use of various storage engines can result in differing behaviors that do not align with the strict requirements of Codd's Rules, such as the requirement for data independence and logical data integrity. These deviations make MySQL more flexible and practical for many applications, but at the cost of strict adherence to relational theory.


Does MySQL run by Codd's 12 rules?

MySQL does not fully adhere to Codd's 12 rules for relational databases. While it implements many relational concepts, such as data integrity and the use of SQL for data manipulation, it lacks complete adherence to rules like the support for a true relational model, as it allows non-relational features like stored procedures and triggers. Additionally, it supports various data types and functionalities that may not align strictly with Codd's principles. Therefore, while MySQL embodies many relational database characteristics, it is not a strict implementation of Codd's 12 rules.


How many datalines are supported by Intel 8085?

8 data lines


There are how many types of data's?

three


How many types of Sub procedures are supported by Visual Basic?

2


How many simple data types are there?

There are a total of 8 simple or primitive data types in Java. They are:byteshortintfloatdoublebooleanlong andString


What are the different engines of MySQL?

There are many different types of storage engine for MySQL, aswell as many custom versions. The most common ones used are MyISAM and InnoDB.MyISAMFalconMergeMemory (heap)FederatedArchiveCSVBlackholeClusterBerkeley DBEXAMPLEMariaInnoDBsolidDBNitroEDBInfobright (formerly Brighthouse)KickfireXtraDBIBM DB2One thing about MySQL is that it allows you to use a mixture of these engines within the same database, so depending on the table you can use the engine type that suits it best for your needs.


Differrent data types in Visual Basic?

many


How many types data in computer system?

6


How many data types are there in PHP?

The data types are grouped into this categories: Booleans Integers Floating point numbers Strings Arrays Objects


Which can be used to represent a many to many relation with abstract data types?

tree


MySQL Database Design?

dbForge Studio for MySQL provides an ultimate MySQL database design tool - Database Designer. The Database Designer lets you design and visualize a database, and create many-to-many relationships between tables by simply dragging and dropping on a diagram without writing complex code.