Gán giá trị mặc định cho table

CREATE TABLE SINHVIEN(
    TenSV VARCHAR(255) DEFAULT 'noname',
    MaSV INT(11),
    NamSinh INT(4)
)

Last updated