Get Free Shipping on orders over $89
SQL in MySQL : Learn and Practice - Suripeddi Koundinya

SQL in MySQL

Learn and Practice

By: Suripeddi Koundinya

Paperback | 17 June 2022

At a Glance

Paperback


$23.09

or 4 interest-free payments of $5.77 with

Ships in 5 to 7 business days

MySQL is a relatively open source Relational database management systems (RDBMs), a concept invented by IBM researcher Edgar Frank Codd in 1970. The programming language SQL is the primary tool used to communicate with your MySQL database. You can add, change, and extract data using Structured Query Language (SQL).

One has to write application programs to access data in case of a file system. However, for database management systems there are special kind of programming languages called query language that can be used to access data from the database. The Structured Query Language (SQL) is the most popular query language used by major relational database management systems such as MySQL, ORACLE, SQL Server, etc.

A MySQL installation has two components: a server that manages the data, and clients that ask the server to do things with the data, such as change entries or provide reports.

A MySQL database server contains many databases (or schemas). Each database consists of one or more tables. A table is made up of columns (or fields) and rows (records). 

SQL provides commands for defining the relation schemas, modifying relation schemas and deleting relations. These are called Data Definition Language (DDL) through which the set of relations are specified, including their schema, data type for each attribute, the constraints as well as the security and access related authorizations. Data definition starts with the create statement. 

More in Database Programming

SQL All-in-One For Dummies : For Dummies (Computer/Tech) - Allen G. Taylor
SQL Pocket Guide : A Guide to SQL Usage - Alice Zhao

RRP $68.75

$35.99

48%
OFF
SQL Essentials For Dummies : For Dummies (Computer/Tech) - Richard Blum
T-SQL Fundamentals : Developer Reference - Itzik Ben-Gan

RRP $87.13

$78.75

10%
OFF
SQL Tuning : O'Reilly Ser. - Dan Tow

RRP $75.99

$39.75

48%
OFF
Domain-Specific Small Language Models - Guglielmo Iozzia
Learning SQL : Generate, Manipulate, and Retrieve Data - Alan Beaulieu
Learning Oracle PL/SQL : Learning Ser. - Bill Pribyl

RRP $95.00

$47.75

50%
OFF
Transact-SQL Cookbook : Cookbooks Ser. - Ales Spetic

RRP $76.00

$39.75

48%
OFF
Mastering Oracle SQL : O'Reilly Ser. - Sanjay Mishra

RRP $95.00

$47.75

50%
OFF
Web Database Applications with PHP and MySQL : OREILLY - Hugh E Williams
Perl Programming in easy steps : In Easy Steps - Mike McGrath

RRP $55.99

$46.99

16%
OFF
Efficient MySQL Performance : Best Practices and Techniques - Daniel Nichter
SQL in a Nutshell : A Desktop Quick Reference - Kevin Kline

RRP $152.00

$73.75

51%
OFF
Using SQLite : Small. Fast. Reliable. Choose Any Three. - Jay A. Kreibich