智慧大脑
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

41 rinda
1.6 KiB

  1. create table ods_xszhcjpjsj
  2. (
  3. gzzyqksjid varchar2(32) not null,
  4. xxjgdm varchar2(36) not null,
  5. xxjgmc varchar2(80) not null,
  6. xn varchar2(60) not null,
  7. xq varchar2(60) not null,
  8. zymc varchar2(163) ,
  9. nj varchar2(60) not null,
  10. bj varchar2(60) not null,
  11. xjh varchar2(60) ,
  12. xsxm varchar2(120) not null,
  13. sxzzcj number not null,
  14. whkcj number not null,
  15. zyjnkccj number not null,
  16. xstzjkcj number not null,
  17. zhpj number not null,
  18. sjcjsj varchar2(60) not null,
  19. IsPush varchar2(2) not null
  20. );
  21. alter table ods_xszhcjpjsj add constraint ods_xszhcjpjsj_gzzyqksjid primary key (gzzyqksjid);
  22. comment on table ods_xszhcjpjsj is '学生综合成绩与评价数据表';
  23. comment on column ods_xszhcjpjsj.gzzyqksjid is '主键数据唯一性标识';
  24. comment on column ods_xszhcjpjsj.xxjgdm is '学校机构代码';
  25. comment on column ods_xszhcjpjsj.xxjgmc is '学校机构名称';
  26. comment on column ods_xszhcjpjsj.xn is '学年';
  27. comment on column ods_xszhcjpjsj.xq is '学期';
  28. comment on column ods_xszhcjpjsj.zymc is '专业名称';
  29. comment on column ods_xszhcjpjsj.nj is '年级';
  30. comment on column ods_xszhcjpjsj.bj is '班级';
  31. comment on column ods_xszhcjpjsj.xjh is '学籍号';
  32. comment on column ods_xszhcjpjsj.xsxm is '学生姓名';
  33. comment on column ods_xszhcjpjsj.sxzzcj is '思想政治成绩';
  34. comment on column ods_xszhcjpjsj.whkcj is '文化课成绩';
  35. comment on column ods_xszhcjpjsj.zyjnkccj is '专业技能课程成绩';
  36. comment on column ods_xszhcjpjsj.xstzjkcj is '学生体质健康成绩';
  37. comment on column ods_xszhcjpjsj.zhpj is '综合评价成绩';
  38. comment on column ods_xszhcjpjsj.sjcjsj is '数据采集时间';