Oracle 9i - SQL - Student Guide - Volume 1
Số trang: 442
Loại file: pdf
Dung lượng: 12.52 MB
Lượt xem: 15
Lượt tải: 0
Xem trước 2 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Oracle 9i - SQL - Student Guide - Volume 1
Mô tả cơ bản về tài liệu:
Oracle 9i - SQL - Student Guide - Volume 1
The Oracle Database (commonly referred to as Oracle RDBMS or simply Oracle) consists of a relational database management system (RDBMS) produced and marketed by Oracle Corporation. As of 2009[update], Oracle remains a major presence in database computing.[1]Larry Ellison and his friends and former co-workers Bob Miner and Ed Oates started the consultancy Software Development Laboratories (SDL) in 1977. SDL developed the original version of the Oracle software. The name Oracle comes from the code-name of a CIA-funded project Ellison had worked on while previously employed by Ampex.[2]...
Nội dung trích xuất từ tài liệu:
Oracle 9i - SQL - Student Guide - Volume 1 Introduction to Oracle9i: SQL Student Guide • Volume 140049GC10Production 1.0June 2001D33051Authors Copyright © Oracle Corporation, 2000, 2001. All rights reserved.Nancy Greenberg This documentation contains proprietary information of Oracle Corporation. It is provided under a license agreement containing restrictions on use and disclosure andPriya Nathan is also protected by copyright law. Reverse engineering of the software is prohibited. If this documentation is delivered to a U.S. Government Agency of the Department of Defense, then it is delivered with Restricted Rights and the following legend is applicable:Technical Contributors Restricted Rights Legendand Reviewers Use, duplication or disclosure by the Government is subject to restrictions forJosephine Turner commercial computer software and shall be deemed to be Restricted Rights softwareAnna Atkinson under Federal law, as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013,Don Bates Rights in Technical Data and Computer Software (October 1988).Marco Berbeek This material or any portion of it may not be copied in any form or by any meansAndrew Brannigan without the express prior written permission of Oracle Corporation. Any other copyingMichael Gerlach is a violation of copyright law and may result in civil and/or criminal penalties.Sharon Gray If this documentation is delivered to a U.S. Government Agency not within theRosita Hanoman Department of Defense, then it is delivered with “Restricted Rights,”as defined inMozhe Jalali FAR 52.227-14, Rights in Data-General, including Alternate III (June 1987).Sarah JonesCharbel Khouri The information in this document is subject to change without notice. If you find any problems in the documentation, please report them in writing to Education Products,Christopher Lawless Oracle Corporation, 500 Oracle Parkway, Box SB-6, Redwood Shores, CA 94065.Diana Lorentz Oracle Corporation does not warrant that this document is error-free.Nina MinchenCuong Nguyen Oracle and all references to Oracle products are trademarks or registered trademarks of Oracle Corporation.Daphne NougierPatrick Odell All other products or company names are used for identification purposes only, andLaura Pezzini may be trademarks of their respective owners.Stacey ProcterMaribel RenauBryan RobertsSunshine SalmonCasa SharifBernard SoleillantRuediger SteffanKarla VillasenorAndree WheeleyLachlan WilliamsPublisherSheryl DomingueContentsPrefaceCurriculum Map Introduction Objectives I-2 Oracle9i I-3 Oracle9i Application Server I-5 Oracle9i Database I-6 Oracle9i: Object Relational Database Management System I-8 Oracle Internet Platform I-9 System Development Life Cycle I-10 Data Storage on Different Media I-12 Relational Database Concept I-13 Definition of a Relational Database I-14 Data Models I-15 Entity Relationship Model I-16 Entity Relationship Modeling Conventions I-17 Relating Multiple Tables I-19 Relational Database Terminology I-20 Relational Database Properties I-21 Communicating with a RDBMS Using SQL I-22 Relational Database Management System I-23 SQL Statements I-24 Tables Used in the Course I-25 Summary I-261 Writing Basic SQL SELECT Statements Objectives 1-2 Capabilities of SQL SELECT Statements 1-3 Basic SELECT Statement 1-4 iiiSelecting All Columns 1-5Selecting Specific Columns 1-6Writing SQL Statements 1-7Column Heading Defaults 1-8Arithmetic Expressions 1-9Using Arithmetic Operators 1-10Operator Precedence 1-11Using Parentheses 1-13Defining a Null Value 1-14Null Values in Arithmetic Expressions 1-15Defining a Column Alias 1-16Using Column Aliases 1-17Concatenation Operator 1-18Using the Concatenation Operator 1-19Literal Character Strings 1-20Using Literal Character Strings 1-21Duplicate Rows 1-22Eliminating Duplicate Rows 1-23SQL and iSQL*Plus Interaction 1-24SQL Statements versus iSQL*Plus Commands 1-25Overview of iSQL*Plus 1-26Logging In to iSQL*Plus 1-27The iSQL*Plus Environment 1-28Displaying Table Structure 1-29Interacting with Script Files 1-31Summary 1-34Practice 1 Overview 1-35 iv2 Restricting and Sorting Data Objectives 2-2 Limiting Rows Using a Selection 2-3 Limiting the Rows Selected 2-4 ...
Mô tả cơ bản về tài liệu:
Oracle 9i - SQL - Student Guide - Volume 1
The Oracle Database (commonly referred to as Oracle RDBMS or simply Oracle) consists of a relational database management system (RDBMS) produced and marketed by Oracle Corporation. As of 2009[update], Oracle remains a major presence in database computing.[1]Larry Ellison and his friends and former co-workers Bob Miner and Ed Oates started the consultancy Software Development Laboratories (SDL) in 1977. SDL developed the original version of the Oracle software. The name Oracle comes from the code-name of a CIA-funded project Ellison had worked on while previously employed by Ampex.[2]...
Nội dung trích xuất từ tài liệu:
Oracle 9i - SQL - Student Guide - Volume 1 Introduction to Oracle9i: SQL Student Guide • Volume 140049GC10Production 1.0June 2001D33051Authors Copyright © Oracle Corporation, 2000, 2001. All rights reserved.Nancy Greenberg This documentation contains proprietary information of Oracle Corporation. It is provided under a license agreement containing restrictions on use and disclosure andPriya Nathan is also protected by copyright law. Reverse engineering of the software is prohibited. If this documentation is delivered to a U.S. Government Agency of the Department of Defense, then it is delivered with Restricted Rights and the following legend is applicable:Technical Contributors Restricted Rights Legendand Reviewers Use, duplication or disclosure by the Government is subject to restrictions forJosephine Turner commercial computer software and shall be deemed to be Restricted Rights softwareAnna Atkinson under Federal law, as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013,Don Bates Rights in Technical Data and Computer Software (October 1988).Marco Berbeek This material or any portion of it may not be copied in any form or by any meansAndrew Brannigan without the express prior written permission of Oracle Corporation. Any other copyingMichael Gerlach is a violation of copyright law and may result in civil and/or criminal penalties.Sharon Gray If this documentation is delivered to a U.S. Government Agency not within theRosita Hanoman Department of Defense, then it is delivered with “Restricted Rights,”as defined inMozhe Jalali FAR 52.227-14, Rights in Data-General, including Alternate III (June 1987).Sarah JonesCharbel Khouri The information in this document is subject to change without notice. If you find any problems in the documentation, please report them in writing to Education Products,Christopher Lawless Oracle Corporation, 500 Oracle Parkway, Box SB-6, Redwood Shores, CA 94065.Diana Lorentz Oracle Corporation does not warrant that this document is error-free.Nina MinchenCuong Nguyen Oracle and all references to Oracle products are trademarks or registered trademarks of Oracle Corporation.Daphne NougierPatrick Odell All other products or company names are used for identification purposes only, andLaura Pezzini may be trademarks of their respective owners.Stacey ProcterMaribel RenauBryan RobertsSunshine SalmonCasa SharifBernard SoleillantRuediger SteffanKarla VillasenorAndree WheeleyLachlan WilliamsPublisherSheryl DomingueContentsPrefaceCurriculum Map Introduction Objectives I-2 Oracle9i I-3 Oracle9i Application Server I-5 Oracle9i Database I-6 Oracle9i: Object Relational Database Management System I-8 Oracle Internet Platform I-9 System Development Life Cycle I-10 Data Storage on Different Media I-12 Relational Database Concept I-13 Definition of a Relational Database I-14 Data Models I-15 Entity Relationship Model I-16 Entity Relationship Modeling Conventions I-17 Relating Multiple Tables I-19 Relational Database Terminology I-20 Relational Database Properties I-21 Communicating with a RDBMS Using SQL I-22 Relational Database Management System I-23 SQL Statements I-24 Tables Used in the Course I-25 Summary I-261 Writing Basic SQL SELECT Statements Objectives 1-2 Capabilities of SQL SELECT Statements 1-3 Basic SELECT Statement 1-4 iiiSelecting All Columns 1-5Selecting Specific Columns 1-6Writing SQL Statements 1-7Column Heading Defaults 1-8Arithmetic Expressions 1-9Using Arithmetic Operators 1-10Operator Precedence 1-11Using Parentheses 1-13Defining a Null Value 1-14Null Values in Arithmetic Expressions 1-15Defining a Column Alias 1-16Using Column Aliases 1-17Concatenation Operator 1-18Using the Concatenation Operator 1-19Literal Character Strings 1-20Using Literal Character Strings 1-21Duplicate Rows 1-22Eliminating Duplicate Rows 1-23SQL and iSQL*Plus Interaction 1-24SQL Statements versus iSQL*Plus Commands 1-25Overview of iSQL*Plus 1-26Logging In to iSQL*Plus 1-27The iSQL*Plus Environment 1-28Displaying Table Structure 1-29Interacting with Script Files 1-31Summary 1-34Practice 1 Overview 1-35 iv2 Restricting and Sorting Data Objectives 2-2 Limiting Rows Using a Selection 2-3 Limiting the Rows Selected 2-4 ...
Tìm kiếm theo từ khóa liên quan:
Công nghệ thông tin cơ sở dữ liệu database oracle 9i Automated Disk Based Backup and RecoveryGợi ý tài liệu liên quan:
-
52 trang 426 1 0
-
62 trang 401 3 0
-
Đề thi kết thúc học phần học kì 2 môn Cơ sở dữ liệu năm 2019-2020 có đáp án - Trường ĐH Đồng Tháp
5 trang 376 6 0 -
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 309 0 0 -
74 trang 292 0 0
-
Giáo trình Cơ sở dữ liệu: Phần 2 - TS. Nguyễn Hoàng Sơn
158 trang 289 0 0 -
13 trang 289 0 0
-
96 trang 288 0 0
-
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 288 0 0 -
Phân tích thiết kế hệ thống - Biểu đồ trạng thái
20 trang 282 0 0