mysql數據庫的select單表查詢語句

SELECT單表查詢 1. 添加查詢數據 //先建立3個表,具備以下屬性 create table DEPT ( deptno INT(2) zerofill not null, dname VARCHAR(14), loc VARCHAR(13) ); alter table DEPT add constraint PK_DEPT primary key (DEPTNO); create t
相關文章
相關標籤/搜索