|刊登類別:
有類似物品要出售?

Learning SQL: A Step-By-Step Guide Using Oracle by Earp, Richard; Bagui, Sikha

by Earp, Richard; Bagui, Sikha | PB | Acceptable
狀況:
尚可
Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ... 閱讀更多內容關於物品狀況
價格:
US $7.52
大約HK$ 58.69
運費:
免費 Economy Shipping. 查看詳情— 運送
所在地:Aurora, Illinois, 美國
送達日期:
估計於 6月25日, 二6月28日, 五之間送達 運送地點 43230
估計送達日期 — 會在新視窗或分頁中開啟考慮到賣家的處理時間、寄出地郵遞區碼、目的地郵遞區碼、接收包裹時間,並取決於所選的運送方式以及收到全部款項全部款項 — 會在新視窗或分頁中開啟的時間。送達時間會因時而異,尤其是節日。
退貨:
30 日退貨. 由賣家支付退貨運費. 查看詳情- 更多退貨相關資訊
保障:
請參閱物品說明或聯絡賣家以取得詳細資料。閱覽全部詳情查看保障詳情
(不符合「eBay 買家保障方案」資格)

賣家資料

註冊為商業賣家
賣家必須承擔此刊登物品的所有責任。
eBay 物品編號:374175895083
上次更新時間: 2024-06-18 18:06:45查看所有版本查看所有版本

物品細節

物品狀況
尚可
書籍有明顯的磨損。封面可能存在損壞但不影響完整性。封皮可能略微受損但依舊完整無缺。可能存在留白書寫文字、標注和標記文字,但沒有缺頁或任何會對文字的清晰度或可理解性造成影響。 查看所有物品狀況定義會在新視窗或分頁中開啟
賣家備註
“Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Weight
1 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780201773637
Subject Area
Computers
Publication Name
Learning Sql : a Step-By-Step Guide Using Oracle
Publisher
Addison-Wesley Longman, Incorporated
Item Length
9.2 in
Subject
Desktop Applications / Databases, Programming Languages / Sql
Publication Year
2002
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.7 in
Author
Sikha S. Bagui, Richard Earp
Item Weight
21.9 Oz
Item Width
8 in
Number of Pages
368 Pages

關於產品

Product Information

Step-by-step examples and exercises help readers gain proficiency with SQL in this tutorial for those with little or no experience with databases or SQL. Material starts with simple Oracle SQL concepts and progresses to more complex query development and PL/SQL, covering SQL as it is invoked via SQL

Product Identifiers

Publisher
Addison-Wesley Longman, Incorporated
ISBN-10
0201773635
ISBN-13
9780201773637
eBay Product ID (ePID)
2286278

Product Key Features

Number of Pages
368 Pages
Language
English
Publication Name
Learning Sql : a Step-By-Step Guide Using Oracle
Publication Year
2002
Subject
Desktop Applications / Databases, Programming Languages / Sql
Type
Textbook
Subject Area
Computers
Author
Sikha S. Bagui, Richard Earp
Format
Trade Paperback

Dimensions

Item Height
0.7 in
Item Weight
21.9 Oz
Item Length
9.2 in
Item Width
8 in

Additional Product Features

LCCN
2002-021516
Target Audience
College Audience
Illustrated
Yes
Lc Classification Number
Qa76.73.S67e27 2002
Table of Content
(Each Chapter concludes with Exercises.) Preface. PART I. 0. The Software Engineering Process and Relational Databases. What is a Database?Database Models.What is the Software Engineering Process?References. 1. Getting Started with Oracle 8 in the Windows Environment. Getting Started in Oracle.Setting Your System Parameters.Using Oracle Commands.Editing SQL Statements.Displaying the "Student-Course" Database.Introducing the Oracle Data Dictionary.Using DESC.Employing a Convention for Writing SQL Statements. 2. More "Beginning" SQL Commands. An Extended SELECT Statement.A Simple CREATE TABLE Command.Inserting Values into a Created Table.The UPDATE Command.The DELETE Command.ROLLBACK, COMMIT, and SAVEPOINT.The ALTER TABLE Command.Data Types. 3. The Cartesian Product, the Join, the Aliases. The Cartesian Product.The Join.Column Aliases.Scripting.COUNT and Rownum.References. 4. Functions and Matching (LIKE). The COUNT Function.Additional Basic Functions.The Data Dictionary Revisited. 5. Query Development, Privileges, and Derived Structures. Query Development.Parentheses in SQL Expressions.Derived Structures.GRANTing and REVOKEing Privileges on Tables and Views.Query Development and Derived Structures. 6. Set Operations. Introducing a Set Operation.The IN and NOT..IN Predicates.The Difference Operation. 7. Joins versus Subqueries. The IN Subquery.The Subquery as a Join.When the Join Cannot be Turned into a Subquery.More Examples Involoving Joints and IN.Subqueries with Operators. 8. GROUP BY and HAVING. Aggregates/Column Functions.The GROUP BY Clause.The HAVING Clause.Auditing IN Subqueries.Nulls Revisited. 9. Correlated Subqueries. Non-Correlated Subqueries.Correlated Subqueries.Existence Queries and Correlation.NOT EXISTS.SQL Universal and Existential Qualifiers: The "For All" Query.References. PART II. 10. CREATE TABLESs and SQLLOADER. The "Simple" CREATE TABLE.The NOT NULL Constraint.PRIMARY KEY Constraints.The UNIQUE Constraint.The CHECK Constraint.Referential Integrity.More on CONSTRAINT Names.SQLLOADER. 11. Multiple Commands, START Files, and Reports in SQLPLUS. Creating a File (a START Table) and STARTing It.Using the DECODE, GREATEST and LEST Functions.Adding Reporting Commands to a START File.Using START Files with ACCEPT and PROMPT.Using START Files with Positional Input. 12. Beginning PL/SQL Examples: Anonymous Scripts, Procedures, Functions, and Packages. Anonymous Blocks.Elementary Procedures with Sequence Structures.Procedures with Selection and Iteration.Functions.Packages.Defining a PL/SQL INDEX BY Table.References. 13. Triggers. What is a Trigger?Using WHEN.A Trigger Where One Table Affects Another Trigger.Mutating Tables.References. Appendix 1: Getting Started with Oracle in the UNIX System. Getting Started on Oracle in UNIX.Signing onto Oracle in UNIX.Editing SQL Commands in UNIX.Some UNIX Commands.Editors.Appendix 1 Exercises. Appendix 2: The Data Dictionary. Beginning to Explore the Data Dictionary.A Paradigm for Choosing a View from the Dictionary.Views of TABLES.Other Objects: Tablespaces and Constraints.Views of Tablespaces.Views of Constraints.Appendix 2 Exercises.References. Appendix 3: The Student Database and Other Tables Used in this Book. The Student-Course Database.Other Tables Used in this Book. Appendix 4: Improvements in Oracle 8i and 9i. Improvements in Oracle 8i.Improvements in Oracle 9i.References. Glossary of Terms. Glossary of Important Commands and Functions. Index of Terms. Index of Important Commands and Functions.
Copyright Date
2003

賣家提供的物品說明

ThriftBooks

ThriftBooks

99% 正面信用評價
已賣出 1,774.4 萬 件物品
瀏覽商店聯絡
通常在 24 小時內回覆

詳盡賣家評級

過去 12 個月的平均評級

說明準確
4.9
運費合理
5.0
運送速度
5.0
溝通
4.9

賣家信用評價 (5,223,370)

i***8 (805)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
Fast shipping. Very well packaged. Nice book 😊
i***8 (805)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
Fast shipping. Very well packaged. Nice book😊
7***a (801)- 買家留下的信用評價。
過去 1 個月
購買已獲認證
Great purchase