Database design tutorial

Posted by: admin  :  Category: DB Design

Learn how to create a relational database by example. This database design tutorial teaches you how to design your own database. You will learn about the relational model, database normalization and y…

Database Backups - Hot Backup vs. Cold Backup

Posted by: admin  :  Category: DB Design

You can say hot backup is dynamic or active backup. Hot backup is taken when database is running and data is being updated.

Function of Client and Server environment

Posted by: admin  :  Category: DB Design

Client is used as front-end to communicate with the database server. It plays very vital role in the client and server environment.