src: garrettedmondson.files.wordpress.com
Video Comparison of database access
Database input commands
Database and table management
Using data in a table
Filtering expressions
Altering tables
Managing users and permissions
Maps Comparison of database access
MySQL databases
Reading from tables
src: i.ytimg.com
Databases in Object-Relational mapping systems
There are ORMs to manage a database:
- django (web framework)
- SQLObject
- others
Defining the object
Django
This class represents a row of a table named "Table"
Using a table
src: www.access-template.com
See also
- ODBC
- JDBC
- MySQL
- PostgreSQL
Source of the article : Wikipedia