VIEW in MySQL | 30 Seconds | Syntax to Create View in MySQL | MySQL in Android | Termux |Edubasics

preview_player
Показать описание
In This Video You will learn, How to Create View in MySQL only in 30 Seconds.

In SQL, a view is a virtual table based on the result-set of an SQL statement.

A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real tables in the database.

You can add SQL statements and functions to a view and present the data as if the data were coming from one single table.

A view is created with the CREATE VIEW statement.

Syntax :-

CREATE VIEW view_name AS
SELECT column1, column2, ...
FROM table_name
WHERE condition;
Рекомендации по теме
Комментарии
Автор

Please upload python - MySQL connectivity project class 12 cs.

educationpoint
visit shbcf.ru