Start developing with Oracle SQL. This book is a one-stop introduction to everything you need to know about getting started developing an Oracle Database. You'll learn about foundational concepts, setting up a simple schema, adding data, reading data from the database, and making changes. No experie
Beginning Oracle SQL for Oracle Database 18c: From Novice to Professional
โ Scribed by Ben Brumm
- Publisher
- Apress
- Year
- 2019
- Tongue
- English
- Leaves
- 433
- Edition
- 1st ed.
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Start developing with Oracle SQL. This book is a one-stop introduction to everything you need to know about getting started developing an Oracle Database. You'll learn about foundational concepts, setting up a simple schema, adding data, reading data from the database, and making changes. No experience with databases is required to get started. Examples in the book are built around Oracle Live SQL, a freely available, online sandbox for practicing and experimenting with SQL statements, and Oracle Express Edition, a free version of Oracle Database that is available for download.
A marquee feature of Beginning Oracle SQL for Oracle Database 18c is the small chapter size. Content is divided into easily digestible chunks that can be read and practiced in very short intervals of time, making this the ideal book for a busy professional to learn from. Even just a 15-20 minute block of free time can be put to good use.
Author Ben Brumm begins by helping you understand what a database is, and getting you set up with a sandbox in which to practice the SQL that you are learning. From there, easily digestible chapters cover, point-by-point, the different aspects of writing queries to get data out of a database. Youโll also learn about creating tables and getting data into the database. Crucial topics such as working with nulls and writing analytic queries are given the attention they deserve, helping you to avoid pitfalls when writing queries for production use.
What You'll Learn
- Create, update, and delete tables in an Oracle database
- Add, update, delete data from those database tables
- Query and view data stored in your database
- Manipulate and transform data using in-built database functions and features
- Correctly choose when to use Oracle-specific syntax and features
Who This Book Is For
Those new to Oracle who are planning to develop software using Oracle as the back-end data store. The book is also for those who are getting started in software development and realize they need to learn some kind of database language. Those who are learning software development on the side of their normal job, or learning it as a college student, who are ready to learn what a database is and how to use it also will find this book useful.
โฆ Table of Contents
Front Matter ....Pages i-xxvi
Front Matter ....Pages 1-1
What is a Database? (Ben Brumm)....Pages 3-7
Setting Up (Ben Brumm)....Pages 9-49
Front Matter ....Pages 51-51
Retrieving Data (Ben Brumm)....Pages 53-64
Selecting Specific Columns (Ben Brumm)....Pages 65-76
Restricting the Results (Ben Brumm)....Pages 77-88
Comparing Data (Ben Brumm)....Pages 89-97
Applying Multiple Filters (Ben Brumm)....Pages 99-108
Working with Nulls (Ben Brumm)....Pages 109-125
Removing Duplicate Results (Ben Brumm)....Pages 127-135
Applying Filters on Lists and Ranges of Values (Ben Brumm)....Pages 137-149
Ordering Your Data (Ben Brumm)....Pages 151-162
Applying Table and Column Aliases (Ben Brumm)....Pages 163-179
Front Matter ....Pages 181-181
Understanding the Data Types (Ben Brumm)....Pages 183-195
Creating a Table (Ben Brumm)....Pages 197-212
Adding Data to a Table (Ben Brumm)....Pages 213-224
Updating and Removing Data (Ben Brumm)....Pages 225-238
Updating or Deleting a Table (Ben Brumm)....Pages 239-250
Front Matter ....Pages 251-251
Inner Join (Ben Brumm)....Pages 253-262
Outer Join (Ben Brumm)....Pages 263-273
Other Join Types (Ben Brumm)....Pages 275-289
Joining Many Tables (Ben Brumm)....Pages 291-299
Front Matter ....Pages 301-301
Using functions in SQL (Ben Brumm)....Pages 303-330
Writing Conditional Logic (Ben Brumm)....Pages 331-345
Understanding Aggregate Functions (Ben Brumm)....Pages 347-364
Grouping Your Results (Ben Brumm)....Pages 365-378
What Are Indexes? (Ben Brumm)....Pages 379-389
Front Matter ....Pages 391-391
Using the Command Line (Ben Brumm)....Pages 393-410
Front Matter ....Pages 411-411
How to Find and Navigate the Oracle SQL Reference (Ben Brumm)....Pages 413-421
Back Matter ....Pages 423-431
โฆ Subjects
Computer Science; Database Management
๐ SIMILAR VOLUMES
<em>Beginning Oracle SQL</em>is your introduction to the interactive query tools and specific dialect of SQL used with Oracle Database. These tools include SQL*Plus and SQL Developer. SQL*Plus is the one tool any Oracle developer or database administrator can always count on, and it is widely used i
Beginning Oracle SQL is your introduction to the interactive query tools and specific dialect of SQL used with Oracle Database. These tools include SQL*Plus and SQL Developer. SQL*Plus is the one tool any Oracle developer or database administrator can always count on, and it is widely used in creati
The book that you have in your hands is not an exhaustive reference manual by<br>any stretch of the term it is a more manageable introduction to key Oracle Database<br>administration topics, including planning, installation, monitoring, troubleshooting,<br>maintenance, backups, and performance tunin
pt. 1. Database concepts. Relational database management systems -- SQL and PL/SQL -- Oracle architecture -- pt. 2. Database implementation. Planning -- Software installation -- Database creation -- Physical database design -- User management and data loading -- pt. 3. Database support. Taking contr