create table class (id int not null,name char(10),score decimal(5,2));
insert into class values (1,zhangsan,80.5);
update class set namewangwu,passwd123 where id2;
select * from class where id2;
drop
索引的概念
是一种帮助系统,能够更快速的查询信…
CSS笔记01
什么是CSS
CSS(Cascading Style Sheets ):层叠样式表,也可以叫做级联样式表,是一种用来表现 HTML 或 XML 等文件样式的计算机语言。字体,颜色,边距,高度,宽度…