MariaDB (MySQL) Application Basics

Source: Internet
Author: User

MARIADB Application Basics

============================================================================

Overview:



MySQL Introduction

★ Data Model : Hierarchical model, mesh model, relational model 、......

    • Relational Model:

Two-dimensional relationship: Table

Row: Row, Entity

Column: Colume, attribution

Index: Data structure, assist to complete the search;

★ Dmbs : Database Management system Data Management Systems

  • < Span style= "padding:0px;margin:0px;font-family: ' italics ', ' italics _gb2312 ', Simkai;font-size:18px;color:rgb (0,0,0);" >rdbms : Relational DBMS-relational database management system

  • < Span style= "padding:0px;margin:0px;font-family: ' italics ', ' italics _gb2312 ', Simkai;font-size:18px;color:rgb (0,0,0);" >sql Engine:

       

  • Storage Engine : Storage Engine (responsible for managing files down, providing relational models upward)

Data in MySQL is stored in files (or memory) in a variety of different technologies. Each of these technologies uses different storage mechanisms, indexing techniques, locking levels, and ultimately offers a wide range of different capabilities and capabilities. By selecting different technologies, you can gain additional speed or functionality to improve the overall functionality of your application


Attention:

The SQL Engine interpreter provides commands that are interpreted by the SQL engine and submitted to the storage engine for execution, so the SQL engine simply explains what the storage engine is really doing.

relational database in order to interact also need to provide a client, the client input SQL statements, SQL engine interpretation (lexical analysis, parsing), submitted to the storage engine to execute;


SQL Interface:

  • Sql:structure Query Language (Structured Query language), even if an interpreter, provides the programming ability;

  • ansi:sql-Standard, SQL-86, SQL-89, SQL-92, SQL-99, SQL-03, ...

  • SQL code

Storage Routines: Storage routing

Stored Procedures: Storage procedure

Storage functions: Storage function

Trigger: Trigger

Events Scheduler: Event Scheduler





















































































MariaDB (MySQL) Application Basics

Related Article

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.