You are on page 1of 7

CREATE CREAR create table nom_table DATABASE BASE DE DATOS create database nom_database SELECT SELECCIONAR select * from

CLEAR LIMPIAR clear nom_table WHERE DONDE where edad_alumno DROP SUPRIMIR drop nom_table SHOW MOSTRAR show tables DELETE ELIMINAR delete from nom_table INSERT INSERTAR insert into nom_table values ALTER MODIFICAR alter nom_table UPDATE ACTUALIZAR update nom_table USE USO -PONER USO use nom_table ORDER ORDENAR order by nom_table PRIMARY KEY CLAVE PRIMARIA primary key (id_nom) TABLE TABLA nom_table

You might also like