MySQL view, view created, will automatically change the data as the table changes

Source: Internet
Author: User
Tags mysql view

The first is to create the view

CREATE algorithm=undefined definer= ' root ' @ ' localhost ' SQL SECURITY definer

VIEW ' New_view '

As (select ' Girls ') ' id ' as ' id ', ' Girls '. ' Name ' as ' name ', ' Girls '. ' Age ' as ' age ', ' girls ', ' level ' as ' level ' from ' Girls ';

The red code is automatically generated by MySQL,

The SQL that creates the view generally is as follows

The name of the CREATE View view

As (SELECT * from table name)

And then I'm going to focus on this essay, and that's what I've been trying to do. If the data is changed, the data of the view will change automatically.

And then I did the test, and the result is

The data in the MySQL view changes according to the data of the corresponding table, and is automatically completed .

MySQL view, view created, will automatically change the data as the table changes

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.