Scrib de mi base de datos

Page 1

NOMBRE : ISRAEL AVEIGA GUERRA CURSO : SEGUNDO ADMINISTRACION DE SISTEMAS TEMA : SCRIB SQL

SCRIB DE LA BASE DE DATOS CREATE DATABASE `practica1` ;

SCRIB DE LA TABLA CREATE TABLE `estudiantes` ( `codigo` int(10) NOT NULL auto_increment, `nombre` longtext NOT NULL, `apellido_paterno` longtext NOT NULL, `apellido_materno` longtext NOT NULL, `telefono` text NOT NULL, `direccion` longtext NOT NULL, `ciudad_residencia` longtext NOT NULL, `nacionalidad` longtext NOT NULL, `fecha_nacimiento` date NOT NULL, `institucion_educativa longtext NOT NULL, `curso longtext NOT NULL, `email longtext NOT NULL, `cedula int NOT NULL, `usuario longtext NOT NULL, `clave text NOT NULL, )ENGINE = MYISAM;


SCRIB DE LA TABLA



Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.