代码搜索:sql

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

代码结果 10,000
www.eeworm.com/read/349709/10803154

sql nocopytest.sql

/* * NoCopyTest.sql * Chapter 8, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This script illustrates the behavior of NOCOPY. */ -- This procedur
www.eeworm.com/read/349709/10803156

sql callana.sql

/* * callANA.sql * Chapter 8, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This block illustrates how to call the AddNewAuthor function. */ DECLA
www.eeworm.com/read/349709/10803162

sql userdefined.sql

/* * UserDefined.sql * Chapter 7, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This script demonstrates user defined exceptions. */ DECLARE
www.eeworm.com/read/349709/10803167

sql tables.sql

set echo off set define off DROP TABLE inventory; DROP TABLE books; DROP TABLE authors; DROP TABLE competitor_books; CREATE TABLE authors ( id NUMBER PRIMARY KEY, first
www.eeworm.com/read/349709/10803170

sql dupvalonindex.sql

/* * Chapter 7, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This block will raise the DUP_VAL_ON_INDEX exception. */ BEGIN INSERT INTO authors (
www.eeworm.com/read/349709/10803173

sql exceptioninit.sql

/* * ExceptionInit.sql * Chapter 7, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This script demonstrates the EXCEPTION_INIT pragma. */ DELETE FR
www.eeworm.com/read/349709/10803180

sql createuser.sql

/* * CreateUser.sql * Chapter 8, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This script creates the plsql user for chapter 8 * examples. You mus
www.eeworm.com/read/349709/10803183

sql outofscope.sql

/* * OutOfScope.sql * Chapter 7, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This script demonstrates the scope of exceptions. */ BEGIN DECLAR
www.eeworm.com/read/349709/10803184

sql duplicatehandlers.sql

/* * DuplicateHandlers.sql * Chapter 7, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This example illustrates the PLS-483 error */ DECLARE --
www.eeworm.com/read/349709/10803189

sql autorollback.sql

/* * autoRollback.sql * Chapter 7, Oracle10g PL/SQL Programming * by Ron Hardman, Mike McLaughlin, and Scott Urman * * This script demonstrates how the server will roll back the * current