數(shù)據(jù)庫:Microsoft SQL Server 2005 說明:這里建立的數(shù)據(jù)庫名為Demo,有一個(gè)學(xué)生表Student,為操作方便起見,我只添加兩個(gè)字段:studentnum和studentname. 一、SQL語句: 復(fù)制代碼代碼如下: --create database Demo use Demo create table Student ( studentnum char(14) primary key, studentname varchar(30) not null...
www.dbjr.com.cn/article/313...htm 2025-5-16