代码搜索:Sql
找到约 10,000 项符合「Sql」的源代码
代码结果 10,000
www.eeworm.com/read/170543/9798995
sql gyxt.sql
/*==============================================================*/
/* Database name: SGXT */
/* DBMS name: Microsoft SQL Server 6.x
www.eeworm.com/read/270161/11046368
sql student.sql
www.eeworm.com/read/415927/11048162
sql init.sql
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% SOHO 98 CROATIAN VERSION
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/270047/11049839
txt sql.txt
Public Class 主窗体
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
‘此处省略主窗体设计代码
#End Region
Dim sender As System.Object
Dim e As System.EventArgs
Public Sub Lo
www.eeworm.com/read/269866/11072649
txt sql.txt
七、创建数据库、数据表、视图、存储过程、自定义函数、触发器等语句和测试语句
1、创建数据库:
2、创建数据表
(1)、student表
use Sql
create table student
(sno char(8) primary key,
sname char(10) not null,
Ssex char(2) not null,
Sbirth datetime
www.eeworm.com/read/415242/11079599
sql jspshop.sql
# MySQL-Front Dump 2.5
#
# Host: localhost Database: jspshop
# --------------------------------------------------------
# Server version 4.0.15-nt
#
# Table structure for table 'ad'
#
www.eeworm.com/read/269594/11087911
gif sql.gif
www.eeworm.com/read/269587/11089716
sql 2003310.sql
www.eeworm.com/read/414925/11090930
sql employeeinformationmsok.sql
CREATE DATABASE EmployeeInformationMS
--DROP DATABASE EmployeeInformationMS
go
USE EmployeeInformationMS
go
/*用户信息表*/
CREATE TABLE UserInformation
(
User_ID INT IDENTITY(1,1),
Us
www.eeworm.com/read/269539/11095223