The simplest and most effective way to learn MySQL tutorial (i)

Source: Internet
Author: User
Tags mysql tutorial
Database 1 Definitions

Database, can be simply interpreted as: efficient storage and processing of data media (mainly divided into two types of disk and memory).

2 classification

Depending on the database storage medium, it can be divided into two categories: relational database (SQL) and non-relational database (Nosql,not only SQL).

3 examples

Relational database:

  • Large: Oracle, DB2, etc.;
  • Medium: SQL Server, MySQL, etc.;
  • Small: Access, and so on.

Non-relational database:

  • Memcached, MongoDB, and Redis.
4 differences

Relational database:

  • Security, which saves the data to the disk, the basic impossibility of the loss of data;
  • Space is wasted because it stores data in a two-dimensional table.

Non-relational database:

  • High efficiency of storing data;
  • is not particularly secure, and sudden power outages can result in data loss.

--Reprinted from CSDN

The simplest and most effective way to learn MySQL tutorial (i)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.