actividades

mysql> create table libro
    -> (code_lib char(18) not null primary key,
    -> nom_lib char(10) not null,
    -> Val_lib float not null,
    -> fec_edi date not null);
Query OK, 0 rows affected (1.05 sec)