In MySQL Server, 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.How to create a View from an existing table
コメント