Skip to content

Instantly share code, notes, and snippets.

@dikiwidia
Created December 7, 2025 21:39
Show Gist options
  • Select an option

  • Save dikiwidia/cd0a6a4403764bfc83f71fdeeef34aec to your computer and use it in GitHub Desktop.

Select an option

Save dikiwidia/cd0a6a4403764bfc83f71fdeeef34aec to your computer and use it in GitHub Desktop.
Tugas #11
-- Cara membuat database
CREATE DATABASE sampel_db;
-- Cara panggil database
USE sampel_db;
-- Cara buat tabel
CREATE TABLE product (
............
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment