Beginning Oracle SQL for Oracle Database 18c from novice to professional /

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 ex...

Full description

Main Author: Brumm, Ben,
Other Authors: SpringerLink (Online Service)
Format: eBook
Language: English
Published: [New York, NY] : Apress, [2019]
Physical Description: 1 online resource.
Subjects:
LEADER 08382cam a2200805 i 4500
001 1111975756
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 190817s2019 nyu o 001 0 eng d
015 |a GBB9E8496  |2 bnb 
016 7 |a 019500085  |2 Uk 
019 |a 1111789886  |a 1117286059  |a 1117776684  |a 1121274740  |a 1122608349  |a 1125762375  |a 1126187058  |a 1156368538 
020 |a 9781484244302  |q (electronic book) 
020 |a 1484244303  |q (electronic book) 
020 |a 9781484244319  |q (print) 
020 |a 1484244311 
020 |z 9781484244296 
020 |z 148424429X 
024 7 |a 10.1007/978-1-4842-4430-2  |2 doi 
024 8 |a 10.1007/978-1-4842-4 
035 |a (OCoLC)1111975756  |z (OCoLC)1111789886  |z (OCoLC)1117286059  |z (OCoLC)1117776684  |z (OCoLC)1121274740  |z (OCoLC)1122608349  |z (OCoLC)1125762375  |z (OCoLC)1126187058  |z (OCoLC)1156368538 
037 |a com.springer.onix.9781484244302  |b Springer Nature 
040 |a EBLCP  |b eng  |e rda  |e pn  |c EBLCP  |d YDXIT  |d GW5XE  |d EBLCP  |d OCLCF  |d OTZ  |d YDX  |d UKMGB  |d LQU  |d UMI  |d OCLCQ  |d VT2  |d TOH  |d OCLCQ  |d COO  |d OCLCQ  |d UKAHL  |d CPO  |d BRF  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO  |d OCLCL 
049 |a COM6 
050 4 |a QA76.9.D3  |b B78 2019 
072 7 |a UN  |2 bicssc 
072 7 |a COM021000  |2 bisacsh 
072 7 |a UN  |2 thema 
072 7 |a UMT  |2 thema 
082 0 4 |a 005.75/65  |2 23 
100 1 |a Brumm, Ben,  |e author. 
245 1 0 |a Beginning Oracle SQL for Oracle Database 18c :  |b from novice to professional /  |c Ben Brumm. 
264 1 |a [New York, NY] :  |b Apress,  |c [2019] 
300 |a 1 online resource. 
336 |a text  |b txt  |2 rdacontent. 
337 |a computer  |b c  |2 rdamedia. 
338 |a online resource  |b cr  |2 rdacarrier. 
347 |a text file. 
347 |b PDF. 
500 |a Includes index. 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Part I: Setting Up; Chapter 1: What is a Database?; Alternatives to Databases; Tables; Rows; Columns; Query; SQL; Indexes; Vendors; Summary; Chapter 2: Setting Up; What Tools Do We Need?; Versions; Download Oracle Express; Windows, Linux, and What About Mac?; Install Oracle Express; Download Oracle SQL Developer; Run Oracle SQL Developer; Download the JDK; Create a Connection; Create a New User; Create a Connection with New User; Create a Table; Insert Some Data; LiveSQL; Summary. 
505 8 |a Part II: Viewing Data; Chapter 3: Retrieving Data; How Can You See the Data?; What Is the SELECT Statement?; A Few Things to Note; Our First SELECT Statement; Running a Statement in SQL Developer; Results; Run Script; Errors in SQL; Missing Keyword; Table Does Not Exist; Summary; Chapter 4: Selecting Specific Columns; Selecting a Single Column; Selecting Multiple Columns; Selecting All Columns; SELECT Columns or SELECT *?; Summary; Chapter 5: Restricting the Results; Why Restrict Data?; What is the WHERE Clause?; Example with a Text Value; Example with a Number Value. 
505 8 |a Finding Rows Not Equal to a Value Greater Than; Greater Than or Equal To; Less Than; Less Than or Equal To; Best Practices; Specify Columns on the Left; Select Only What You Need; Summary; Chapter 6: Comparing Data; What Is a Partial Match?; Syntax of LIKE; The Percent Wildcard Character; The Underscore Wildcard Character; Searching for Wildcard Characters; Performance; Summary; Chapter 7: Applying Multiple Filters; Why Use Multiple Filters?; The AND Keyword; Finding Records That Match a Last Name and a Salary; Finding Records that Match Greater Than and Less Than on Two Columns. 
505 8 |a The OR Keyword; Finding Records that Match a Last Name or a Salary; Finding Records that Match Greater Than or Less Than on Two Columns; More Than Two Conditions; Multiple AND Conditions; Multiple OR Conditions; Combining Multiple AND and OR Conditions; Specifying the Order with Multiple Conditions; Summary; Chapter 8: Working with Nulls; Missing Data; What is NULL?; How Should NULL Be Treated?; Examples of Working with NULL; Adding More Data; Selecting the Records; Restricting the NULL Values; Hiding Null Values; Multiple Queries in One SQL Window; Summary. 
505 8 |a Chapter 9: Removing Duplicate Results; Add New Records; Select the Data; What is DISTINCT?; Finding Unique Last Name Values; Finding Unique Salary Values; Finding Unique Combinations of Values; Summary; Chapter 10: Applying Filters on Lists and Ranges of Values; Too Many Conjunctions; The IN Keyword; Example of Using IN; A Longer Value List; Using IN with Text Values; Using IN with Other Clauses; IN with AND?; IN with LIKE?; Filtering on Ranges of Values; The BETWEEN Operator; Using Between with Two Salary Values; Using BETWEEN When Values Don't Match; Using BETWEEN with Text Values. 
588 0 |a Online resource; title from digital title page (viewed on August 26, 2019). 
520 |a 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. 
650 0 |a Database management. 
650 6 |a Bases de données  |x Gestion. 
650 7 |a Database management  |2 fast. 
710 2 |a SpringerLink (Online Service) 
776 0 8 |i Print version:  |a Brumm, Ben.  |t Beginning Oracle SQL for Oracle Database 18c : From Novice to Professional.  |d Berkeley, CA : Apress L.P., ©2019  |z 9781484244296. 
907 |a .b59914713  |b multi  |c -  |d 190930  |e 240405 
998 |a (3)cue  |a cu  |b 240404  |c m  |d z   |e -  |f eng  |g nyu  |h 0  |i 2 
948 |a MARCIVE Overnight, in 2023.02 
948 |a MARCIVE Over, 07/2021 
948 |a MARCIVE Overnight 09/2019 
994 |a 92  |b COM 
995 |a Loaded with m2btab.elec in this month 
995 |a Loaded with m2btab.ltiac in 2023.02 
995 |a Loaded with m2btab.ltiac in 2021.07 
995 |a Loaded with m2btab.elec in 2021.06 
995 |a Loaded with m2btab.ltiac in 2019.10 
995 |a Loaded with m2btab.elec in 2019.09 
995 |a Loaded with m2btab.auth in 2021.07 
999 |e z 
999 |a cue 
989 |d cueme  |e  - -   |f  - -   |g -   |h 0  |i 0  |j 200  |k 240404  |l $0.00  |m    |n  - -   |o -  |p 0  |q 0  |t 0  |x 0  |w SpringerLink  |1 .i151527271  |u http://ezproxy.coloradomesa.edu/login?url=https://link.springer.com/10.1007/978-1-4842-4430-2  |3 SpringerLink  |z Click here for access