next up previous contents index
Next: Muchos comandos SQL mas... Up: CREATE Previous: CREATE USER   Índice General   Índice de Materias

CREATE VIEW

Sintáxis:

        CREATE VIEW view_name AS
        SELECT [DISTINCT [ON attrN]]
        expr1 [AS attr1], ...exprN
        [FROM from_list]
        [WHERE qual]
        [GROUP BY group_list];



Ismael Olea 2001-04-21