Saturday, January 9, 2010

JDBC allows multiple implementations to exist and be used by the same application

JDBC is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases. JDBC was first introduced in the Java...
READ MORE - JDBC allows multiple implementations to exist and be used by the same application

Wednesday, January 6, 2010

Database Management System (DBMS)

Data Model A database system is a term that is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database. A database is an organised pool of logically-related data. Data is stored within the data structures...
READ MORE - Database Management System (DBMS)
 
THANK YOU FOR VISITING