<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>DISKUSI ANALISI PERINTAH SQL by Ahmad Daniyal Hakim</title>
      <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz</link>
      <description>Ketua Kelompok : Ahmad Helmi l Nama Anggota Kelompok : Ahmad Daniyal Hakim (3), Ayatullah Katami (6), Mohlas Ghosy (18)</description>
      <language>en-us</language>
      <pubDate>2023-11-14 00:59:57 UTC</pubDate>
      <lastBuildDate>2023-11-21 00:51:37 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Mohlas Ghosy</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788268999</link>
         <description><![CDATA[<p>Create database db_karyawan</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 01:34:38 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788268999</guid>
      </item>
      <item>
         <title>Ayatullah khatami</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788271296</link>
         <description><![CDATA[<p>Create database db_mahasiswa</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 01:36:03 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788271296</guid>
      </item>
      <item>
         <title>Ahamad Daniyal Hakim</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788274950</link>
         <description><![CDATA[<p>Create database db_guru</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 01:38:29 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788274950</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788278595</link>
         <description><![CDATA[<p>Create database db_siswa</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 01:41:19 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788278595</guid>
      </item>
      <item>
         <title>Ayatullah Katami</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788288074</link>
         <description><![CDATA[<p>Create table tbl_mahasiswa</p><p>NIM INT NOT NULL PRIMARY KEY, Nama VARCHAR (20) NOT NULL, Kelas VARCHAR (10) NOT NULL, Jenis kelamin VARCHAR (10) NOT NULL, Alamat VARCHAR (30) NOT NULL</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 01:48:48 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788288074</guid>
      </item>
      <item>
         <title>Ahmad Daniyal Hakim </title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788294195</link>
         <description><![CDATA[<p>ALTER TABLE nama_tabel_lama RENAME TO nama_tabel_baru;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 01:53:27 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788294195</guid>
      </item>
      <item>
         <title>Mohlas Ghosy</title>
         <author>danielgamers004_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788351384</link>
         <description><![CDATA[<p>Create table tbl_karyawan</p><p>(nik int (4) not null primary key, nama char (40) not null, alarm at char (20) not null, alamat char (100) not null, usia int (2) not null);</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 02:31:01 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788351384</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author>danielgamers004_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788352538</link>
         <description><![CDATA[<p>Create table tbl_siswa</p><p>nis int (5) </p><p>nama_siswa varchar (40) </p><p>alamat_siswa varchar (50) </p><p>tgl_lahir date</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 02:31:53 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788352538</guid>
      </item>
      <item>
         <title>Ahmad Daniyal Hakim </title>
         <author>danielgamers004_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788354893</link>
         <description><![CDATA[<p>Create table tbl_guru</p><p>(id_guru INT (5) PRIMARY key,nama_depan VARCHAR (25) NOT NULL,nama_belakang VARCHAR (25),mapel VARCHAR (30) NOT NULL,jabatan CHAR (20) NOT NULL,usia INT (3) NOT NULL);</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 02:33:34 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788354893</guid>
      </item>
      <item>
         <title>Mohlas Ghosy</title>
         <author>mohlas394_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788391062</link>
         <description><![CDATA[<p>alter table users</p><p>rename to users_bkup;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 02:57:19 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788391062</guid>
      </item>
      <item>
         <title>Mohlas Ghosy</title>
         <author>mohlas394_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788407027</link>
         <description><![CDATA[<p>Alter Table ADD kd_karyawan char&lt;3&gt; After no_telepon</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 03:07:35 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788407027</guid>
      </item>
      <item>
         <title>Mohlas Ghosy</title>
         <author>mohlas394_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788409662</link>
         <description><![CDATA[<p><strong>ALTER TABLE karyawan DROP no_telepon;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 03:09:27 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788409662</guid>
      </item>
      <item>
         <title>Mohlas Ghosy</title>
         <author>mohlas394_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788419536</link>
         <description><![CDATA[<p>Alter Table Karyawan DROP no telepon;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 03:16:05 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788419536</guid>
      </item>
      <item>
         <title>Mohlas Ghosy</title>
         <author>mohlas394_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788425078</link>
         <description><![CDATA[<p>DROP DATABASE [IF EXISTS] database_name;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 03:19:58 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788425078</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author>danielgamers004_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788488486</link>
         <description><![CDATA[<p>RENAME TABLE siswa TO data_siswa;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 04:17:28 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788488486</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author>danielgamers004_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788492478</link>
         <description><![CDATA[<p>ALTER TABLE siswa ADD COLUMN IF NOT EXISTS tanggal_lahir date ;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 04:21:35 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788492478</guid>
      </item>
      <item>
         <title>Mohlas Ghosy</title>
         <author>mohlas394_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788492657</link>
         <description><![CDATA[<p>DESC Karyawan;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 04:21:46 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788492657</guid>
      </item>
      <item>
         <title>Ayatullah katami</title>
         <author>danielgamers004_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788495163</link>
         <description><![CDATA[<p>RENAME TABLE mahasiswa TO data_mahasiswa</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 04:24:15 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788495163</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author>danielgamers004_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788497028</link>
         <description><![CDATA[<p>alter table tb_siswa drop Hp ;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 04:26:06 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788497028</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author>danielgamers004_</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788499720</link>
         <description><![CDATA[<p>DROP TABLE data_siswa ;</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 04:28:33 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788499720</guid>
      </item>
      <item>
         <title>Ayatullah khatami</title>
         <author>ayatullahkatami</author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788638122</link>
         <description><![CDATA[<p>RENAME TABLE&nbsp;mahasiswa&nbsp;TO&nbsp;data_mahasiswa</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-14 06:30:30 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2788638122</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795208471</link>
         <description><![CDATA[<p>drop database siswa;</p><p><br/></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-19 12:01:53 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795208471</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795210642</link>
         <description><![CDATA[<p>Membuat database baru</p><p><br></p><p>Ketika membuka Access, tampilan Backstage akan menampilkan tab <strong>Baru</strong>. Tab <strong>Baru</strong> menyediakan beberapa cara untuk membuat database baru:</p><ul><li><p><strong>Database kosong</strong>&nbsp;&nbsp;&nbsp;</p><p>&nbsp;Anda dapat memulai dari awal jika diinginkan. Ini adalah opsi yang bagus jika Anda memiliki persyaratan desain yang sangat spesifik atau sudah memiliki data yang diperlukan untuk diakomodasi atau digabungkan.</p></li><li><p><strong>Templat yang diinstal dengan Access</strong>&nbsp;&nbsp;&nbsp;</p><p>&nbsp;Pertimbangkan untuk menggunakan templat jika Anda membuat proyek baru dan ingin segera memulainya. Access dilengkapi dengan beberapa templat yang diinstal secara default.</p></li><li><p><strong>Templat dari </strong><a rel="noopener noreferrer nofollow" href="http://Office.com"><strong>Office.com</strong></a>&nbsp;</p><p>&nbsp;&nbsp;&nbsp;Selain templat yang disertakan dengan Access, Anda dapat menemukan lebih banyak templat di <a rel="noopener noreferrer nofollow" href="http://Office.com">Office.com</a>. Anda bahkan tidak perlu membuka browser karena templat tersedia dari tab <strong>Baru</strong>.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-19 12:07:36 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795210642</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795211882</link>
         <description><![CDATA[<p>Sebagai contoh, Kita akan menghapus data yang ada di dalam tabel <strong>siswa</strong>, data yang dihapus adalah data Jurusan dengan Kode J003, maka perintahnya adalah:</p><p>Contohnya:</p><p><strong>DELETE FROM siswa WHERE kd_siswa = ‘S0003’;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-19 12:09:51 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795211882</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795212701</link>
         <description><![CDATA[<p><strong>UPDATE</strong> &nbsp;Siswa &nbsp;<strong>SET</strong> &nbsp;asal_sekolah = SDN Baru Berkembang<strong> &nbsp;&nbsp;WHERE</strong>&nbsp;&nbsp;nama = Juna</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-19 12:11:59 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795212701</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795214535</link>
         <description><![CDATA[<p>Perintah SELECT ialah <strong>perintah dasar SQL yang digunakan buat menunjukkan serta memilah informasi dari database</strong>.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-19 12:16:22 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795214535</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795215477</link>
         <description><![CDATA[<p>Perintah <strong>GRANT</strong><br><br><strong>Privilege_name</strong> adalah hak akses atau privilage yang diberikan kepada pengguna untuk mengakses data dalam sebuah database.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-19 12:18:51 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795215477</guid>
      </item>
      <item>
         <title>Ahmad Helmi</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795218756</link>
         <description><![CDATA[<p>Setelah anda membuat atau memberikan hak akses pada sebuah user SQL Server, anda mungkin perlu mencabut atau menghapus beberapa atau semua hak akses tersebut. Untuk melakukan hal tersebut, anda dapat menjalankan perintah <strong>REVOKE</strong>.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-19 12:26:47 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2795218756</guid>
      </item>
      <item>
         <title>Ayatullah khatami</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2797052222</link>
         <description><![CDATA[<p>ALTER TABLE &nbsp;tb mahasiswa &nbsp;DROP</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-21 00:43:05 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2797052222</guid>
      </item>
      <item>
         <title>Ayatullah khatami</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2797058984</link>
         <description><![CDATA[<p><strong><em>DROP TABLE data mahasiswa</em></strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-21 00:48:46 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2797058984</guid>
      </item>
      <item>
         <title>Ayatullah khatami</title>
         <author></author>
         <link>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2797062728</link>
         <description><![CDATA[<p><strong>DROP DATABASE mahasiswa</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-21 00:51:37 UTC</pubDate>
         <guid>https://padlet.com/danielgamers004_/4lke7molk8awauhz/wish/2797062728</guid>
      </item>
   </channel>
</rss>
