Rabu, 31 Maret 2010

DDL

DDL

Data Definition Language (DDL) statements are used to define the database structure or schema. Data Definition Language (DDL) pernyataan ini digunakan untuk menentukan database struktur atau skema. Some examples: Beberapa contoh:
o CREATE - to create objects in the database CREATE - untuk membuat objek dalam database
o ALTER - alters the structure of the database Alter - mengubah struktur database
o DROP - delete objects from the database DROP - menghapus objek dari database
o TRUNCATE - remove all records from a table, including all spaces allocated for the records are removed Batas - menghapus semua catatan dari meja, termasuk semua ruang yang dialokasikan untuk catatan dibuang
o COMMENT - add comments to the data dictionary KOMENTAR - komentar pada data kamus
o RENAME - rename an object Ubah nama - nama obyek
DML Dml

Data Manipulation Language (DML) statements are used for managing data within schema objects. Manipulasi data Bahasa (dml) pernyataan ini digunakan untuk mengelola data dalam skema objek. Some examples: Beberapa contoh:
o SELECT - retrieve data from the a database SELECT - mengambil data dari database
o INSERT - insert data into a table INSERT - memasukkan data ke dalam tabel
o UPDATE - updates existing data within a table UPDATE - update data yang ada dalam tabel
o DELETE - deletes all records from a table, the space for the records remain DELETE - menghapus semua catatan dari meja, ruang untuk catatan tetap
o MERGE - UPSERT operation (insert or update) Bergabung - UPSERT operasi (memasukkan atau memperbarui)
o CALL - call a PL/SQL or Java subprogram CALL - memanggil PL / SQL atau Java subprogram
o EXPLAIN PLAN - explain access path to data Jelaskan RENCANA - menjelaskan jalur akses data
o LOCK TABLE - control concurrency KUNCI TABEL - kontrol concurrency
DCL DCL

Data Control Language (DCL) statements. Data Control Language (DCL) pernyataan. Some examples: Beberapa contoh:
o GRANT - gives user's access privileges to database GRANT - memberikan hak akses pengguna ke database
o REVOKE - withdraw access privileges given with the GRANT command Batalkan - diri diberikan hak akses dengan perintah GRANT

Tidak ada komentar:

Posting Komentar