SQL CREATE ALTER DROP VIEW: Difference between revisions
Jump to navigation
Jump to search
(→DROP) |
|||
Line 17: | Line 17: | ||
=<tt>DROP</tt>= | =<tt>DROP</tt>= | ||
Revision as of 17:23, 23 May 2024
Internal
Overview
CREATE
CREATE VIEW cust_view AS SELECT id, name, address FROM customer;