1 / 13

Mengenal database dan Microsoft SQL Server 2005

Mengenal database dan Microsoft SQL Server 2005. Beberapa teknologi basis data. Microsoft Acess Microsoft SQL Server 2000 My SQL Oracel dll

Télécharger la présentation

Mengenal database dan Microsoft SQL Server 2005

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mengenal database dan Microsoft SQL Server 2005

  2. Beberapa teknologi basis data • Microsoft Acess • Microsoft SQL Server 2000 • My SQL • Oracel • dll Pada mata kuliah Basis Data Terapan (BDT), yang akan dipelajari adalah mengimplementasikan database kedalam teknologi DBMS SQL Server 2005 atau SQL Server 2008. Keduanya pada dasarnyamemiliki fungsi yang sama.

  3. SQL Server Management Studio

  4. SQL Server Management Studio

  5. MENGENAL TIPE DATA SQL SERVER 2005

  6. TIPE DATA SQL SERVER 2005 Tipe data Exact Numeric

  7. TIPE DATA SQL SERVER 2005 Tipe data Approximate Numeric Tipe data Monetary

  8. TIPE DATA SQL SERVER 2005 Tipe data Date and Time Tipe data Binary

  9. TIPE DATA SQL SERVER 2005 Tipe data Character

  10. STRUCTURE QUERY LANGUAGE Structure Query Language (SQL) merupakan komponen bahasa relational database system. SQL merupakan bahasa baku (ANSI/SQL), non procedural, dan berorientasi himpunan (set-oriented language). SQL dapat digunakan baik secara interaktif atau ditempelkan (embedded) pada sebuah program aplikasi.

  11. Komponen-Komponen SQL • Data Definition Language (DDL) : • Digunakan untuk mendefinisikan data dengan menggunakan perintah : create, drop, alter. • Data Manipulation Language (DML) • Digunakan untuk memanipulasi data dengan menggunakan perintah : select, insert, update, delete. • Data Manipulation Language merupakan bagian terpadu bahasa SQL. Perintah-perintahnya dapat dibuat secara interaktif atau ditempelkan pada sebuah program aplikasi. Pemakai hanya perlu menentukan 'APA' yang ia inginkan, DBMS menentukan 'BAGAIMANA' cara mendapatkannya. • Data Control Language (DCL) • Digunakan untuk mengontrol hak para pemakai data dengan perintah : grant, revoke

  12. Komponen-Komponen SQL

More Related