代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/349709/10802738
sql createclasses.sql
/*
* createClasses.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script builds the CLASSES table.
*/
SET ECHO ON
BEGIN
FOR i IN
www.eeworm.com/read/349709/10802741
sql createconnectaudit.sql
/*
* createConnectAudit.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script builds the CONNECT_AUDIT table.
*/
SET ECHO ON
BEGIN
www.eeworm.com/read/349709/10802743
sql testnonmutating.sql
/*
* testNonMutating.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script tests non-mutating properties.
*/
-- Test non-mu
www.eeworm.com/read/349709/10802744
sql generateauthorid.sql
/*
* GenerateAuthorID.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates the use of :new in a trigger.
*/
S
www.eeworm.com/read/349709/10802746
sql createuser.sql
/*
* createUser.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script creates users for Chapter 8.
*/
create user usera identified
www.eeworm.com/read/349709/10802748
sql firingorder.sql
/*
* firingOrder.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates user defined trigger sequencing.
*/
SET
www.eeworm.com/read/349709/10802751
sql cascadersinsert.sql
/*
* cascadeRSInsert.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates user defined triggers.
*/
SET ECHO ON
CREA
www.eeworm.com/read/349709/10802758
sql testtoomanymajors.sql
/*
* testTooManyMajors.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates a mutating violation.
*/
UPDATE students
www.eeworm.com/read/349709/10802762
sql createtemptable.sql
/*
* createTempTable.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script builds the TEMP_TABLE table.
*/
SET ECHO ON
B
www.eeworm.com/read/349709/10802765
sql insertacademicrecords.sql
/*
* insertAcademicRecords.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script inserts values into STUDENTS and CLASSES tables.
*/