{"id":21492817,"url":"https://github.com/jeffreywijaya100/jeffrey-database","last_synced_at":"2026-04-16T02:32:01.627Z","repository":{"id":258614856,"uuid":"874055750","full_name":"jeffreywijaya100/jeffrey-database","owner":"jeffreywijaya100","description":"Using MariaDB in XAMPP create database, create table, insert, update, select data ","archived":false,"fork":false,"pushed_at":"2024-10-20T09:26:19.000Z","size":1509,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T09:49:45.036Z","etag":null,"topics":["database","mariadb","mariadb-database","sql","xampp"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeffreywijaya100.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-17T07:17:38.000Z","updated_at":"2024-10-20T09:26:22.000Z","dependencies_parsed_at":"2024-10-27T04:45:43.375Z","dependency_job_id":null,"html_url":"https://github.com/jeffreywijaya100/jeffrey-database","commit_stats":null,"previous_names":["jeffreywijaya100/jeffrey-database"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeffreywijaya100/jeffrey-database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreywijaya100%2Fjeffrey-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreywijaya100%2Fjeffrey-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreywijaya100%2Fjeffrey-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreywijaya100%2Fjeffrey-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffreywijaya100","download_url":"https://codeload.github.com/jeffreywijaya100/jeffrey-database/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreywijaya100%2Fjeffrey-database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31868493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","mariadb","mariadb-database","sql","xampp"],"created_at":"2024-11-23T15:33:13.702Z","updated_at":"2026-04-16T02:32:01.605Z","avatar_url":"https://github.com/jeffreywijaya100.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"**Using MariaDB in XAMPP create database, create table, insert data, update data, select data**\n- documentation\n1. Create database Name_NIM -\u003e jeffrey_2602158784\n2. Using the database, create table infoprib_784 with column nip as primary key, nama, kota, tgl_lahir, and jenis kelamin\n3. Insert data into table infoprib_784\n4. Change jenis_kelamin column name to sex and data type to enum, also add column alamat (ALTER TABLE)\n5. Update table infoprib_784 where nip = 2, set kota = Bandung\n6. Update table infoprib_784 where nip = 3, set kota = Kalimantan and tgl_lahir = 2010-04-03\n\n- documentation_2\n1. Create table tugas1_784 with column nip as primary key, nama, hobi\n2. Insert data into table tugas1_784\n3. Update table tugas1_784 which nip = 13, set hobi = Menangis\n\n- documentation_3\nUsing table infoprib_784\n1. Display all data with male sex\n2. Display all data with female sex and kota not Jakarta\n3. Display all kota (DISTINCT)\n4. Display name that contain the letter a\n5. Display name that contain the letter n\n6. Display name that contain the letter k\n7. Display name order by name ascending\n8. Display name order by name descending\n9. Display name that start with J end with y, and contain letter e (LIKE)\n10. Display name ending with 'ey' (REGEXP)\n11. Display name that start with the letter 'J' and end with 'ey' (REGEXP)\n12. Display name and gender order by gender ascending and name descending\n13. Display nip, name order by name descending\n14. Display sex group by sex\n15. Display kota group by kota\n16. Display nip,nama,kota group by kota and kota not Jakarta\n17. Display nip,nama,kota group by kota and kota not Jakarta (HAVING)\n18. Display nip,nama,kota group by kota and kota not Jakarta (HAVING, \u003c\u003e)\n19. Create table pekerjaan_784 with column nip, kode_bag, gaji\n20. Insert data into table pekerjaan_784\n21. Display average of gaji\n22. Display average of gaji as 'Rata-Rata Gaji'\n23. Display the number of people in the table pekerjaan_784 as 'Jumlah Pegawai'\n24. Display highest gaji as 'Gaji Tertinggi'\n25. Display gaji \u003e= 1500 and \u003c= 2000\n\n- documentation_4\n1. Create table pekerjaan_784 with column nip, kode_bag, gaji\n2. Create table bagian_784 with column kode_bag, nama_bag\n3. Insert data into table pekerjaan_784\n4. Insert data into table bagian_784\n5. Display all data from table pekerjaan_784\n6. Display all data from table bagian_784\n7. Display nip, name, gaji.\n8. Display nip, name kode_bag as departemen, and gaji.\n9. Display nip, nama, nama_bag, gaji.\n10. Display nip, nama, nama_bag, and gaji above 1500\n11. Display nip, nama, mode_bag (NATURAL JOIN)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffreywijaya100%2Fjeffrey-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffreywijaya100%2Fjeffrey-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffreywijaya100%2Fjeffrey-database/lists"}