T-SQL編程上課例題

--1.成績表存學號,姓名,成績值。根據成績顯示優(90以上),良(80到90),中(70到80),及格(60到70),不及格(60如下)。 use student create table scoretable( NUM char(20) not null, NAME char(10) not null, SCORE int ) insert into scoretable values
相關文章
相關標籤/搜索