Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

The least you need to know about Databases and SQL

Posted By: eBookRat
The least you need to know about Databases and SQL

The least you need to know about Databases and SQL: A practical and very simple approach. For true beginners
by Tiago P. Ribeiro

English | December 19, 2023 | ISBN: N/A | ASIN: B0CQPZPW7R | 110 pages | PDF | 11 Mb

A practical and very simple approach – for true beginners.

Who is it for?

This book is for you. There are no prerequisites, even if you have never had contact with a Database or the SQL language and if you have, you are welcome too, the exercises will be very useful for you.

What will you learn?
  • Database Fundamentals
  • Create your Data Model
  • Learn how to create SQL Queries
  • Create your own Database
  • +50 solved exercises

SUMMARY
  • Module 01 – Databases: About Databases, Structure of a Relational Database, Relationships Between Tables;
  • Module 02 – Data Model: About Data Model, Entity and Relationship Diagram Introduction, [ERD] Relationships;
  • Module 03 – SQL: About SQL, [CREATE TABLE], [INSERT] Entering data, [UPDATE] Updating data, [DELETE] Deleting data;
  • Module 04 – SQL SELECT: About SQL SELECT, Selecting data, [WHERE] Selecting with filters, [ORDER BY] Ordering data set results, Functions, [GROUP BY], Joining tables;
  • Modulo 05 – Solved Exercises: +50 Solved Exercises