Mysql SQL Revision Tour
Mysql SQL Revision Tour
REVISION TOUR
INTROUCTION
Database
attribute.
Degree
Key.
Candidate Key
foreign key.
MySQL
The Server (My SQL Server) : listens for client request coming in over
the network and accesses database contents according to those request
and provides that to the clients.
Client : client are programs that connect to the Database Server and
issue queries in a pre-specified format.
MySQL and SQL