JDBC
Title: JDBC
Category: /Science & Technology
Details: Words: 2184 | Pages: 8 (approximately 235 words/page)
JDBC
Category: /Science & Technology
Details: Words: 2184 | Pages: 8 (approximately 235 words/page)
showed first 75 words of 2184 total
You are viewing only a small portion of the paper.
Please login or register to access the full copy.
Please login or register to access the full copy.
showed last 75 words of 2184 total
to change data)
The data definition part is used to create and modify the structure of your database. This involves commands like CREATE DATABASE (sets up a new database), CREATE TABLE (creates a new table), ALTER TABLE (changes the properties of a table) and DROP TABLE (drops a table).
Finally we have the data management section. This handles all the database aspects of any application your running ensuring that all the standards are abided by.