Oracle SQL入门指南

需积分: 31 3 下载量 99 浏览量 更新于2024-07-18 收藏 8.06MB PDF 举报
" Beginning Oracle SQL 3rd 是一本适合初学者的SQL入门书籍,专注于帮助读者自学Oracle SQL。书中不涉及高级SQL、优化器或诊断工具,也不深入探讨关系代数、谓词逻辑或集合论。这是一本实践导向的指南,需要读者拥有Oracle环境进行动手练习。所有用于在Windows或Linux上安装Oracle数据库以供学习的软件都可以从Oracle Technology Network (OTN)免费获取。本书包括多个章节,涵盖了关系数据库系统、SQL基础知识、数据定义、查询基础、函数、数据操纵、视图、SQL*Plus基础和脚本以及对象关系特性等内容。此外,还有案例表格和习题答案的附录。" 本书的内容结构清晰,从基础概念开始,逐步引导读者掌握Oracle SQL。第一章"关系数据库系统和Oracle"介绍了数据库的基本原理和Oracle在其中的角色。第二章"SQL和SQL Developer的介绍"让读者熟悉SQL语言和Oracle的图形化工具。第三章和第七章分别深入讨论数据定义的第一部分和第二部分,涉及表和索引的创建与管理。第四章至第六章关注数据检索,涵盖基本查询、函数的使用以及数据的增删改操作。第八章至第十章讲解多表查询、聚合函数以及一些高级查询特性,如连接、子查询和分组。第十一章"SQL*Plus基础和脚本"介绍了命令行工具的使用和自动化脚本编写。第十二章介绍了Oracle中的对象关系特性,如索引组织表和对象类型。 此外,书中的每个章节都设计了实践练习,帮助读者巩固所学知识。附录A提供了七个用于练习的案例表格,而附录B则给出了所有习题的答案,方便读者自我检查和学习。 通过阅读和实践这本书,读者不仅可以掌握Oracle SQL的基础,还能获得在实际环境中应用SQL解决问题的能力。无论你是准备自我学习还是参加SQL工作坊或课堂教学,"Beginning Oracle SQL 3rd"都是一个理想的选择。
2010-02-01 上传
作者:Lex de Haan, Tim Gorman, Karen Morton, Daniel Fink, Inger Jorgensen 出版日期:December 21, 2009 出版社:Apress 页数:459 ISBN:ISBN-10: 1430271973 ISBN-13: 978-1430271970 文件格式:PDF 文件大小:6.44 MB Beginning Oracle SQL is your introduction to the interactive query tools and specific dialect of SQL used with Oracle Database. The book is a revision of the classic Mastering Oracle SQL and SQL*Plus by Lex de Haan, and has been updated to cover the very latest developments in Oracle’s version of the SQL query language. Written in an easygoing and example-based style, Beginning Oracle SQL is the book that will get you started down the path to successfully writing SQL statements and getting results from Oracle Database. Takes an example-based approach, with clear and authoritative explanations Introduces both SQL and the query tools used to execute SQL statements Shows how to create tables, populate them with data, and then query that data to generate business results What you’ll learn Create database tables and define their relationships Add data to your tables; change and delete that data Write database queries that generate accurate results Avoid common traps and pitfalls in writing SQL queries Take advantage of advanced Oracle SQL features such as support for hierarchical queries, analytic and window functions, flashback to a given point in time, and more Get a handle on Oracle Database’s support for object types in the database Who is this book for? This book is aimed at developers and database administrators who must write SQL statements to execute against an Oracle database. No prior knowledge of SQL is assumed.