From 85a1cde2e39c3bcb5c7e4fbbe2d01d59743a0c39 Mon Sep 17 00:00:00 2001 From: Fernando Junior <38568042+flbjuniorx@users.noreply.github.com> Date: Tue, 15 Nov 2022 17:57:42 -0300 Subject: [PATCH] Added PL/SQL section, added info to SQL books, included Oracle8i doc (#9125) * Added PL/SQL section, added info to SQL books, included Oracle8i doc * Syntax corrections * Corrections 2 (MD VSCode extension bug) * Update books/free-programming-books-langs.md * onle listing per resource Co-authored-by: Eric Hellman --- books/free-programming-books-langs.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 2674123ce..c3a42d98d 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2403,12 +2403,13 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Developing Time-Oriented Database Applications in SQL](https://www2.cs.arizona.edu/~rts/tdbbook.pdf) - Richard T. Snodgrass (PDF) * [Essential SQL](https://www.programming-books.io/essential/sql) - Krzysztof Kowalczyk and Stack Overflow Documentation project (HTML) * [Introduction to SQL](https://github.com/bobbyiliev/introduction-to-sql) - Bobby Iliev (Markdown, PDF) -* [SQL For Web Nerds](http://philip.greenspun.com/sql/) +* [Oracle8i Concepts: Chapter 15 - SQL and PL/SQL](https://docs.oracle.com/cd/A87860_01/doc/server.817/a76965/c14sqlpl.htm#5943) - Lefty Leverenz, Diana Rehfield, Cathy Baird (HTML) +* [SQL For Web Nerds](http://philip.greenspun.com/sql/) - Philip Greenspun (HTML) * [SQL Notes for Professionals](http://goalkicker.com/SQLBook/) - Compiled from StackOverflow Documentation (PDF) -* [SQL Queries Succinctly](https://www.syncfusion.com/ebooks/sql_queries_succinctly) - Nick Harrison +* [SQL Queries Succinctly](https://www.syncfusion.com/ebooks/sql_queries_succinctly) - Nick Harrison (PDF) * [SQL Tutorial](https://www.scaler.com/topics/sql/) - Scaler -* [SQLite Tutorial](https://www.tutorialspoint.com/sqlite/) -* [Use The Index, Luke!: A Guide To SQL Database Performance](http://use-the-index-luke.com) +* [SQLite Tutorial](https://www.tutorialspoint.com/sqlite/) (HTML, PDF) +* [Use The Index, Luke!: A Guide To SQL Database Performance](https://use-the-index-luke.com) - Markus Winand (HTML) ### SQL Server