Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

12
TUGAS SMBD PERSAMAAN SQLSERVER, MYSQL, & ORACLE Disusun Oleh : NAMA : Sandy Yudha (083040007) Kelas IF - B TEKNIK INFORMATIKA UNIVERSITAS PASUNDAN BANDUNG

Transcript of Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

Page 1: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

TUGAS SMBDPERSAMAAN

SQLSERVER, MYSQL, & ORACLE

Disusun Oleh :

NAMA : Sandy Yudha (083040007)Kelas IF - B

TEKNIK INFORMATIKA UNIVERSITAS PASUNDAN

BANDUNG

2010

Page 2: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

SOAL

Persamaan vitur yang di miliki Sql Server, MySql, dan Oracle

Jawaban1. Pembuatan database : SQL Server:

CREATEDATABASE TES_SANDY;

MySQL:CREATE DATABASE TES_SANDY;

Oracle: Tidak ada Metode pembuatan database karena database oracle adalah database global yakni datbase XE

2. Pembuatan Table : SQL Server:

CREATE TABLE SANDY (SANDY_ID integer primary key, SANDY_Date datetime);

Page 3: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

MySQL: CREATE TABLE SANDY(SANDY_ID integer PRIMARY KEY ,SANDY_Date datetime);

Oracle: CREATE TABLE SANDY(SANDY_ID integer primary key, SANDY_Date date);

Page 4: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

3. Loggin Awal : SQL Server:

MySQL: - Oracle:

4. EXPORT : SQL Server:

Page 5: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

MySQL:

Oracle:

Page 6: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

5. Import : SQL Server:

MySQL:

Oracle:

Page 7: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

6. Sql Query : SQL Server: (Disebut SQL-Query)

MySQL: (Disebut Query Window)

Oracle: (Disebut SQL Commands)

Page 8: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

7. Pengamanan : SQL Server: (Disebut Security)

MySQL: (Disebut Privileges)

Oracle: (Disebut Security)

Page 9: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

8. Objek Browser : SQL Server : (Disebut Object Explorer)

MySQL: (Disebut Databases)

Oracle: (Disebut Object Browser)

Page 10: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

9. About : SQL Server:

MySQL:

Page 11: Tugas SMBD Persamaan SQL Server, Mysql, & Oracle

Oracle: