代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/251188/4424204
sql addressbookdb.sql
DROP DATABASE IF EXISTS ADDRESSBOOKSAMPLE;
CREATE DATABASE ADDRESSBOOKSAMPLE;
USE ADDRESSBOOKSAMPLE;
CREATE TABLE ADDRESSBOOK_TABLE(ID INT(4) AUTO_INCREMENT NOT NULL PRIMARY KEY,NAME VARCHAR(25), P
www.eeworm.com/read/250753/4427065
sql animalsurvey.sql
connect 'jdbc:rmi://localhost:1099/jdbc:cloudscape:animalsurvey;create=true'
;
drop table surveyresults
;
create table surveyresults (
id int NOT NULL ,
surveyoption varchar (20) NOT NULL ,
www.eeworm.com/read/250753/4427150
sql addressbook.sql
connect 'jdbc:rmi://localhost:1099/jdbc:cloudscape:addressbook;create=true'
;
drop table addresses
;
drop table phoneNumbers
;
drop table emailAddresses
;
drop table names
;
create table
www.eeworm.com/read/250753/4427155
sql books.sql
connect 'jdbc:rmi://localhost:1099/jdbc:cloudscape:books;create=true'
;
drop table authorISBN
;
drop table titles
;
drop table publishers
;
drop table authors
;
create table publishers (
www.eeworm.com/read/250753/4427211
sql guestbook.sql
connect 'jdbc:rmi://localhost:1099/jdbc:cloudscape:guestbook;create=true'
;
drop table guests
;
create table guests (
firstName varchar (20) NOT NULL ,
lastName varchar (20) NOT NULL ,
www.eeworm.com/read/250731/4427476
sql 3.1.0.sql
/*
*
* This SQL script is designed to upgrade your NAV database from
* version 3.0 to 3.1
*
* Connect to PostgreSQL as the postgres superuser or the nav database user
* like this:
*
* psql -f
www.eeworm.com/read/250731/4427478
sql 3.2.0.sql
/*
*
* This SQL script is designed to upgrade your NAV database from
* version 3.1 to 3.2
*
* Run the script as the nav database user like this:
*
* psql -f 3.2.0.sql manage nav
*
* Also mak
www.eeworm.com/read/250731/4427479
sql logger.sql
--------------------------------------------------------
-- priority
-- Priority levels and descriptions
--------------------------------------------------------
CREATE TABLE priority (
priority IN
www.eeworm.com/read/250731/4427480
sql manage.sql
/*
=============================================
manage
SQL Initialization script for NAV's
manage database. Read the README file
for more info.
Run the command:
psql