Fill in the Blanks Base de datos avanzada DDL y DMLOnline version Involucra el DDL y DML by Dulce G 1 foreign unsigned int identity alter Drop Create auto_increment table prueba ( id primary key ) 2 database varchar drop alter comment add table coment date view constraint Alter prueba edad ( 20 ) 'comentario ' 3 delete date int constraint drop columna column alter alter table prueba eda d 4 delete date unique int modify drop alter varchar check table prueba telefono ( 20 ) default '867 ' 5 if Drop Alter Delete Not table exists prueb a 6 table drop database add not nul Alter prueba telefono varchar ( 20 ) 7 check modify drop default table constraint uniqu alter prueba rfc varchar ( 20 ) 8 set update into = values insert prueba ( telefono , rfc , nombre ) ( '867' , 'GOAA' , 'Dulce' ) 9 view from to the as delete prueb a 10 not or drop where delete > and from prueba id = 1