You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE curso (cur_nrc INT NOT NULL AUTO_INCREMENT, cur_nombre VARCHAR(45) NOT NULL, cur_semestre VARCHAR(45) NOT NULL, cur_duracion VARCHAR(45) NOT NULL, PRIMARY KEY (cur_nrc));