Welcome![Sign In][Sign Up]
Location:
Search - create table

Search list

[Windows DevelopMiniSQL

Description: 一个简单的VC6.0控制台程序,可以实现SQL的select,create table .create index ,drop table ,drop index ,insert into ,delete等功能。-VC6.0 console a simple procedure, the SQL can select, create table. Create index, drop table, drop index, insert into, delete functions.
Platform: | Size: 163840 | Author: 严皓亮 | Hits:

[GUI DevelopTable_Create

Description: To Create Front-End By which a Table is Created in Database-To Create Front-End By which a Table is Created in Database
Platform: | Size: 59392 | Author: Mint | Hits:

[SQL ServerTable

Description: 创建table SQL Server 最基本的创建表格步骤 以创建的一个仓库为例,里面包括各项目等-create table
Platform: | Size: 1024 | Author: jiang | Hits:

[OtherSQLServer2000samplecode

Description: SQL Server 2000范例代码5.2.1 -- 创建“整型数据”数据表 CREATE TABLE 整型数据 (bigint_number bigint, int_number int, smallint_number smallint, tinyint_number tinyint) GO -- 向“整型数据”数据表中添加两行数据 INSERT INTO 整型数据 VALUES (9223372036854775807, 2147483647, 32767, 255) INSERT INTO 整型数据 VALUES (-9223372036854775808, -2147483648, -32768, 0) GO -- 从“整型数据”数据表中检索数据 SELECT * FROM 整型数据 GO -SQL Server 2000 sample code 5.2.1- Create " integer data" integer data table CREATE TABLE data (bigint_number bigint, int_number int, smallint_number smallint, tinyint_number tinyint) GO- to the " integer data" data table to add two INSERT INTO line integer data data VALUES (9223372036854775807, 2147483647, 32767, 255) INSERT INTO integer data VALUES (-9223372036854775808,-2147483648,-32768, 0) GO- from the " integer data" data table SELECT to retrieve data GO integer* FROM data
Platform: | Size: 41984 | Author: 浅浅舟 | Hits:

[Other DatabasesCREATE-DB_AND_TABLE

Description: ADO创建ACCESS数据库的表,一般用ADOX创建数据库,然后再用ADO创建数据库的表。初学者必备例程。-ADO to create ACCESS database table, the general use ADOX to create the database, and then use ADO to create a database table. Essential routine for beginners.
Platform: | Size: 37888 | Author: yuhaijun | Hits:

[SQL ServerSQL-CREATE-DATABASE

Description: SQL 创建数据库 CREATE DATABASE studb CREATE TABLE Stud insert into Stud(Sno,Sname,Ssex,Sdept,Sage)values( 0001 , Jim , M , IS ,19)-SQL CREATE DATABASE CREATE DATABASE studb CREATE TABLE Stud insert into Stud(Sno,Sname,Ssex,Sdept,Sage)values( 0001 , Jim , M , IS ,19)
Platform: | Size: 1024 | Author: 吴健兴 | Hits:

[SQL Servercreate-table

Description: 表的创建,包括主外键的设置和创建,是一个最基本的Sql文件,可以直接导入数据库,就能成功运行。-Create table
Platform: | Size: 2048 | Author: wanghui | Hits:

[Delphi VCLcreate-table

Description: delphi+sql 动态创建数据表,仿制sql server样式-delphi+ sql dynamically create a data table, copy sql server style
Platform: | Size: 556032 | Author: 楠飞 | Hits:

[Delphi VCLCreate-Table-and-query

Description: Create Table And Quary
Platform: | Size: 13312 | Author: aram | Hits:

[ADO-ODBCCreateDatabaseAddRecord

Description: 使用c#在access数据库中创建数据库,创建表,建立表模式,添加字段,添加记录。-Use c# in the access database to create database, create tables, set up table mode, add fields, add records.
Platform: | Size: 2048 | Author: 沛枫 | Hits:

[JSP/Javacreate-table

Description: 使用java语言想oracle数据库创建一个新的student表,表中包含学号,姓名等列-Oracle database using java language to the student to create a new table, the table contains the student number, name and other list
Platform: | Size: 1024 | Author: 任珊 | Hits:

[SQL Servercreate-table

Description: creat table 建表语句:学生表、选课表、课程表 -create table sql :That sentence building, course, students course
Platform: | Size: 1024 | Author: turber | Hits:

[SQL ServerCREATE-TABLE

Description: 表中某列被修改后触发器SQL例子,不能获得修改前的值。-CREATE TABLE [TEST] ( [FID] [int] IDENTITY (1, 1) NOT NULL , [F1] [int] NULL , [F2] [int] NULL , [F3] [int] NULL , CONSTRAINT [PK_TEST] PRIMARY KEY CLUSTERED
Platform: | Size: 1024 | Author: | Hits:

[Oraclesql-create-table

Description: sql语句建表查询的三十条基本语句,非常认真整理!-sql/oracle add create delete
Platform: | Size: 1024 | Author: 孙晴 | Hits:

[Delphi VCLTest-Create-Table-Firebird

Description: Create firebird table on runtime
Platform: | Size: 635904 | Author: suwena | Hits:

[Other DatabasesAlter-Table

Description: ALTER TABLE and CREATE TABLE in Access/vb6
Platform: | Size: 13312 | Author: yogesh | Hits:

[LabViewcreate-table

Description: labview在access数据库中创建一个表-use labview to create a table in access
Platform: | Size: 7168 | Author: 党心蕊 | Hits:

[MultiLanguagecreate-table-postgres-database

Description: create table postgres
Platform: | Size: 1024 | Author: ali | Hits:

[Oraclecreate-table-in-oracle

Description: how to create oracle create table command
Platform: | Size: 1024 | Author: safs | Hits:

[Other自己笔记

Description: 正确的创建表 绝对的可靠。祝愿学员早日成功。走上学习技术的一条道路(Create the table correctly)
Platform: | Size: 5120 | Author: 醉翁亭 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 42 »

CodeBus www.codebus.net