Site icon VU Assistance Blog

MySQL Book Pdf Free Download

MySQL Book Pdf Free Download

 

Database:

It is an application which is a storage of collection of data. For creating, accessing, searching and replicating data, each database has distinct APIs. Files on system files and large hash tables in memory or other types of data stores can also be used. But in these types of systems data fetching and writing is not that easy.

Relational Database Managements Systems (RDBMS):

Relational Database Managements Systems (RDBMS) are used now-a-days for storing and managing huge amount of data. Since all the data is stored in different tables and foreign keys are used to establish relations.

Relational Database Management System (RDBMS) has following features:

RDBMS DEFINITIONS:

It is a collection of related data in tables.

It is a matrix of data which looks like spreadsheets.

Column is a collection of the same type and kind of data in a database.

Example, Postcode column.

Row (tuple, record or entry) is a group of related data. Example, data of one subscription.

For making the system faster redundantly, storing it twice.

A unique key, whose value cannot occur twice in a table. It can be used to find only one row.

 

 

Compound key also known as composite key consists of many columns as one columns is not unique and distinct.

 

The linking key between two tables is called foreign key.

It makes sure that the foreign key value is always pointing to an existing row.

As we have an index at the back of the book, same is the case in index of a database.

 

SQL Database:

For many small and large businesses SQL is an easy to use RDBMS. A Swedish company MySQL AB, developed, marketed and supported SQL. It is popular due to its features some of them are listed below:

 

s

 

Exit mobile version