代码搜索:Sql

找到约 10,000 项符合「Sql」的源代码

代码结果 10,000
www.eeworm.com/read/268062/4257699

tld sql.tld

www.eeworm.com/read/267041/4268990

sql testtbl.sql

/* MySQL Data Transfer Source Host: localhost Source Database: test Target Host: localhost Target Database: test Date: 12/14/2006 12:13:30 PM */ SET FOREIGN_KEY_CHECKS=0; -- ---------------
www.eeworm.com/read/265319/4283165

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/265319/4283250

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/265319/4283255

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/265319/4283311

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/265319/4283847

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/265319/4283875

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/265138/4285062

sql crttbl.sql

drop table cart_item; drop table cart_order; drop table cart_product; drop table cart_user; create table cart_user( id integer primary key, name varchar(32) not null, password varchar(32) not null,
www.eeworm.com/read/265138/4285064

sql test.sql

select * from cart_user;