文件名称:Curriculum-design-database-system
介绍说明--下载内容均来自于网络,请自行研究使用
数据库系统课程设计:选择一种高级语言实现下列语句的功能:CREATE TABLE <表名>(<列名><数据类型>[<列完整性约束条件>][,<列名><数据类型>[<列完整性约束条件>]…][,<表完整性约束条件>])ALTER TABLE <表名> [ADD <新列名><数据类型>[<列完整性约束>]] [DROP<列完整性约束名>][MODIFY <列名><数据类型>]
-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>]
-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>]
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数据库系统课程设计\DBMS.c
..................\DBMS.exe
..................\table.sql
..................\使用说明.txt
..................\数据库系统课程设计.doc
数据库系统课程设计