Ingresemos el siguiente lote de comandos SQL en pgAdmin: drop table if exists alumnos; create table alumnos( legajo char(4) not null, apellido varchar(20), ...
確定! 回上一頁