Refresh Your Home For Fall
Buy New
To see product details, add this item to your cart.
Ships from: Amazon.com
Sold by: Amazon.com
To see product details, add this item to your cart. You can always remove it later.
Shipper / Seller
Amazon.com
Amazon.com
Shipper / Seller
Amazon.com
Returns
30-day refund / replacement
30-day refund / replacement
This item can be returned in its original condition for a full refund or replacement within 30 days of receipt.
Read full return policy
Payment
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
Gift options
Available at checkout
Available at checkout This item is a gift. Change
At checkout, you can add a custom message, a gift receipt for easy returns and have the item gift-wrapped
To see product details, add this item to your cart. You can always remove it later.
FREE Returns
May contain writing or highlighting May contain writing or highlighting See less
Access codes and supplements are not guaranteed with used items.
Added to

Sorry, there was a problem.

There was an error retrieving your Wish Lists. Please try again.

Sorry, there was a problem.

List unavailable.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

  • SQL: The Practical Guide to Master Relational Databases, SQL Syntax, and Sublanguages for Effective Database Management (Rheinwerk Computing)

Follow the author

Get new release updates & improved recommendations
Something went wrong. Please try your request again later.

SQL: The Practical Guide to Master Relational Databases, SQL Syntax, and Sublanguages for Effective Database Management (Rheinwerk Computing)

4.2 out of 5 stars (10)

Purchase options and add-ons

Whether you’re managing large datasets or writing your first query, expand your SQL skills with this practical guide! Learn the basic elements of relational databases and walk through the syntax, features, and applications of SQL. Then, dive into the sublanguages of SQL and apply them for tasks such as modifying tables and querying data. See SQL in action with an example PostgreSQL database and detailed code samples from real-word applications!

  • Master SQL programming for database management and manipulation
  • Learn to use the five SQL sublanguages: DDL, DML, TCL, DQL, and DCL
  • Define schemas and tables; modify and query data; and configure database authorizations


Relational Database Elements
Understand the fundamentals of relational databases and schemas. Learn the elements of a database structure, from tables to views to keys. Then, review more advanced concepts like normalization, stored procedures, triggers, and authorization.

Setting Up Your Environment
Follow click-by-click instructions to install and set up a local PostgreSQL database and a pgAdmin or Visual Studio Code IDE. See a SQL demo in action in your environment and experiment with code samples.

SQL Sublanguages
Use the sublanguages of SQL for your daily tasks. Start by creating and altering database objects. Insert, update, and delete data in tables and then modify multiple tables together. Query data from single or combined tables and limit data access using authorizations.

Frequently bought together

This item: SQL: The Practical Guide to Master Relational Databases, SQL Syntax, and Sublanguages for Effective Database Management (Rheinwerk Computing)
$31.07
Get it as soon as Sunday, Sep 20
In Stock
Ships from and sold by Amazon.com.
+
$53.79
Get it as soon as Sunday, Sep 20
In Stock
Ships from and sold by Amazon.com.
+
$47.65
Get it as soon as Monday, Sep 21
In Stock
Ships from and sold by Amazon.com.
Total price: $00
To see our price, add these items to your cart.
Details
Added to Cart
Choose items to buy together.

Customers also bought or read

Loading...

From the brand


From the Publisher

SQL: The Practical Guide

The skills you need to work with relational databases!

SQL: The Practical Guide

Your hands-on guide to programming databases with SQL!

Structured Query Language (SQL) is the lingua franca of relational databases. It’s used to manage and modify databases and allows you to create, read, update, and delete datastored in those databases. SQL isn’t just for developers—anyone working with data and databases can benefit from learning it.

For those new to database programming, the book walks you through the basics of relationship databases. You’ll understand the foundations of database structures and common terminology before you begin working. You’ll follow steps to set up a playground PostgreSQL database where you can experiment with writing SQL code, trying out SQL features, and working with the code examples from the book. By the end of the book, you’ll be able to confidently apply SQL to your business applications.

More experienced readers can jump to the chapters on SQL sublanguages, where you’ll find detailed examples taken from real-world applications that show you how SQL works in practice. First, you’ll create database objects like schemas and tables with data definition language (DDL). Next, you’ll add data into tables and learn how to modify data when needed using data manipulation language (DML).

With transaction control language (TCL), you’ll modify multiple tables together. Then, you’ll jump into querying with data query language (DQL), where you’ll review data filters, string/math operations, date/time-based calculations, and advanced ranking functionalities. Finally, you’ll master data control language (DCL) to organize data access and authorizations and keep sensitive data private.

  • Databases and schemas
  • Tables, views, and keys
  • PostgreSQL
  • Data definition language (DDL)
  • Data manipulation language (DML)
  • Transaction control language (TCL)
  • Data query language (DQL)
  • Data control language (DCL)
SQL: The Practical Guide

Inside the book:

This book is suitable for anyone interested in SQL at any level. Whether you’re a student just beginning to learn SQL or a data analyst who works with databases every day, you’ll find the real-world knowledge you need to boost your skills in this guide. Professional programmers, testers, data analysts, administrators, and business users who need to query databases can all benefit from this book’s practical examples and expert tips.

  • Easy-to-read, expert knowledge on SQL and its sublanguages
  • Practical examples that draw from real-world applications
  • Detailed, numbered code listings
  • Diagrams, charts, tables, note boxes, and background information
  • Code examples available for download
  • A comprehensive index

SQL: The Practical Guide

Meet the author:

Dr. Kerem Koseoglu is a seasoned software engineer, author, and educator with extensive experience in global software development projects. In addition to his expertise in ABAP, he is also proficient in database-driven development using Python and Swift. He is the author of Design Patterns in ABAP Objects (SAP PRESS), as well as several best-selling technical books in Turkey. He has a Ph.D. in organizational behavior.

JavaScript: The Comprehensive Guide
HTML & CSS: The Comprehensive Guide
Full Stack Web Development: The Comprehensive Guide
PHP and MySQL: The Comprehensive Guide
Python 3: The Comprehensive Guide to Hands-On Python Programming (Second Edit...
Customer Reviews
4.7 out of 5 stars 135
4.5 out of 5 stars 88
4.6 out of 5 stars 74
4.5 out of 5 stars 13
What is it? (What does it teach) A comprehensive guide to JavaScript! The comprehensive guide to HTML and CSS! The comprehensive guide to full stack web development. Your comprehensive guide to PHP 8! The ultimate Python 3 guide for all levels!
What you'll learn? Master core concepts, build dynamic web applications, and explore server-side and mobile development. Learn how to build and style web pages using HTML and CSS, create responsive layouts, work with multimedia, and gain a foundational understanding of JavaScript. Learn to design websites with CSS, structure with HTML, add interactivity with JavaScript, and master web protocols, APIs, PHP, testing, deployment, security, and optimization. Learn PHP 8 from the basics to advanced techniques, including object-oriented programming, MySQL integration, debugging, security, and automated testing, while building dynamic, secure websites. Learn to write effective Python code. Cover core concepts like functions, modularization, and object orientation, and explore data types. Dive into advanced topics, including Django and GUIs.
Who is this book for? Web developers using JavaScript for frontend and backend programming. Web developers using HTML and CSS for frontend programming. Developers Developers Python programmers
Key Features? Step-by-step instructions and downloadable source code available. Step-by-step instructions and code samples are available for download. Hands-on learning with downloadable code samples. Downloadable code and example projects. Step-by-step instructions and downloadable code are available.
Level of difficulty? Provide readers with entry level concepts to advanced topics. The book starts with the basics of HTML and CSS and gradually progresses to more advanced topics. It also includes an introduction to JavaScript. Starts with the basics and digs deeper for advanced professionals. This book provides the essential knowledge for beginners while offering deeper insights for experienced developers to build dynamic, secure websites. Beginners to professional programmers.

Editorial Reviews

About the Author

Dr. Kerem Koseoglu is a seasoned software engineer, author, and educator with extensive experience in global software development projects. In addition to his expertise in ABAP, he is also proficient in database-driven development using Python and Swift. He is the author of Design Patterns in ABAP Objects (SAP PRESS), as well as several best-selling technical books in Turkey. He has a Ph.D. in organizational behavior.

Product details

  • Publisher ‏ : ‎ Rheinwerk Computing
  • Publication date ‏ : ‎ February 26, 2025
  • Edition ‏ : ‎ New
  • Language ‏ : ‎ English
  • Print length ‏ : ‎ 415 pages
  • ISBN-10 ‏ : ‎ 1493226797
  • ISBN-13 ‏ : ‎ 978-1493226795
  • Item Weight ‏ : ‎ 1.9 pounds
  • Dimensions ‏ : ‎ 7 x 1 x 10 inches
  • Best Sellers Rank: #955,219 in Books (See Top 100 in Books)
  • Customer Reviews:
    4.2 out of 5 stars (10)

About the author

Follow authors to get new release updates, plus improved recommendations.
Kerem Koseoglu
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Dr. Kerem Koseoglu (1978) was born in Istanbul, Turkey. His favorite hobbies; programming, writing and music, turned into professional occupations over the years. In addition to his career in writing, he is a freelance software architect and an active bass player. You can visit his personal website at www.keremkoseoglu.com .