Está en la página 1de 2

Utilizando instrucciones SQL, realice las siguientes actividades:

1.      Cree una base de datos llamada laboratorioSQL:

Create database LaboratorioSQL;

2. Ubicado en la base de datos que acabó de crear, construya las siguientes tablas con los
respectivos campos y tipos de datos.

Create Table profesor (

docprof varchar (11) not null,

nomprof varchar (30) not null,

apeprof varchar (30) not null,

cateprof int not null,

salprof int not null,


My daily routine varies, since i work part-time, for
example, when I work from two in the afternoon to
eight at night, I distribute the

También podría gustarte