Getting Started with SQL and Databases e-bog
473,39 DKK
(inkl. moms 591,74 DKK)
Learn the basics of writing SQL scripts. Using Standard SQL as the starting point, this book teaches writing SQL in various popular dialects, including PostgreSQL, MySQL/MariaDB, Microsoft SQL Server, Oracle, and SQLite.The book starts with a general introduction to writing SQL and covers the basic concepts. Author Mark Simon then covers database principles, and how database tables are designed...
E-bog
473,39 DKK
Forlag
Apress
Udgivet
7 juni 2023
Genrer
UMP
Sprog
English
Format
epub
Beskyttelse
LCP
ISBN
9781484294932
Learn the basics of writing SQL scripts. Using Standard SQL as the starting point, this book teaches writing SQL in various popular dialects, including PostgreSQL, MySQL/MariaDB, Microsoft SQL Server, Oracle, and SQLite.The book starts with a general introduction to writing SQL and covers the basic concepts. Author Mark Simon then covers database principles, and how database tables are designed. He teaches you how to filter data using the WHERE clause, and you will work with NULL, numbers, dates, and strings. You will also understand sorting results using the ORDER BY clause, sorting by calculated columns, and limiting the number of results. By the end of the book, you will know how to insert and update data, and summarize data with aggregate functions and groups. Three appendices cover differences between SQL dialects, working with tables, and a crash course in PDO.What You Will LearnFilter, sort, and calculate dataSummarize data with aggregate functionsModify data with insert, update, and delete statementsStudy design principles in developing a databaseWho This Book Is ForDevelopers and analysts working with SQL, as well as web developers who want a stronger understanding of working with databases