Title:
Curriculum-design-database-system Download
Description: Database Systems Course Design: Choose a high-level language to realize the function of the following statements: CREATE TABLE <table name> (<column name> <data type> [<column integrity constraint>] [<column name> <data type> [<column integrity constraint>] ...] [<table integrity constraints>]) ALTER TABLE <table name> [ADD <new column name> <data type> [<column integrity constraint>]] [DROP <column integrity constraint name>] [MODIFY <column name> <data type>]
To Search:
File list (Check if you may need any files):
数据库系统课程设计\DBMS.c
..................\DBMS.exe
..................\table.sql
..................\使用说明.txt
..................\数据库系统课程设计.doc
数据库系统课程设计