
- Learn MySQL
- MySQL - Home
- MySQL - Introduction
- MySQL - Installation
- MySQL - Administration
- MySQL - PHP Syntax
- MySQL - Connection
- MySQL - Create Database
- MySQL - Drop Database
- MySQL - Select Database
- MySQL - Data Types
- MySQL - Create Tables
- MySQL - Drop Tables
- MySQL - Insert Query
- MySQL - Select Query
- MySQL - Where Clause
- MySQL - Update Query
- MySQL - Delete Query
- MySQL - Like Clause
- MySQL - Sorting Results
- MySQL - Using Join
- MySQL - NULL Values
- MySQL - Regexps
- MySQL - Transactions
- MySQL - Alter Command
- MySQL - Indexes
- MySQL - Temporary Tables
- MySQL - Clone Tables
- MySQL - Database Info
- MySQL - Using Sequences
- MySQL - Handling Duplicates
- MySQL - SQL Injection
- MySQL - Database Export
- MySQL - Database Import
Discuss few characteristics of MySQL
MySQL is an open source SQL (structured query language) database management system. Let us see some of its characteristics:
Consistent
MySQL server is quick, and reliable. It stores data efficiently in the memory ensuring that data is consistent, and not redundant.
Scalable
MySQL server is scalable and easy to use. Scalability refers to the ability of systems to work easily with small amounts of data, large amounts of data, clusters of machines, and so on. It is also used in production environment due to its scalability and ease of use.
Databases over Internet
It provides high security, improved connectivity, and speed thereby making it suitable to work with databases over internet.
Systems
MySQL server works with client/server and embedded systems
Multi-threading
The MySQL database is a client-server system which contains multi-threaded SQL server. Multi-threading refers to the ability of tasks to work simultaneously by using the system’s resources efficiently. If required, MySQL server can also be used as an embedded multi-threaded library.
User’s Requirements
The code for MySQL software was developed by keeping the user’s requirements in mind. This means that most of the applications and language can be used with MySQL database server.
Logical Model
Before storing the data in the database, a logical model is built. This logical model gives all details about the variables/data fields, the relationship between these variables (it could be one-to-one, one-o-many, many-to-one, many-to-many), the relationship between two tables and so on. When a database is well-designed, it means that there is no scope for inconsistent data, redundant data or missing data.
- Related Articles
- What is MySQL? Discuss some characteristics of MySQL
- Discuss the history of MySQL
- MySQL SELECT last few days?
- How to combine few row records in MySQL?
- Discuss different types of friction.
- Copy a few columns from a table to another in MySQL
- Characteristics of Primates
- Characteristics of Virtualization
- Characteristics of SQL
- Characteristics Of Liquids
- Characteristics of Solids
- Characteristics of meristematic tissue
- Characteristics of Cloud Computing
- Characteristics of Entrepreneurial Behavior
- Discuss the drip Irrigation method
