The document outlines the creation of a database schema with four tables: Pelanggan (customers), Barang (items), Invoice (invoices), and Detail_Invoice (invoice details). It includes SQL commands to create these tables and insert sample data for customers, items, invoices, and invoice details. The schema establishes relationships between the tables through foreign keys.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views
SQL_Script_Output
The document outlines the creation of a database schema with four tables: Pelanggan (customers), Barang (items), Invoice (invoices), and Detail_Invoice (invoice details). It includes SQL commands to create these tables and insert sample data for customers, items, invoices, and invoice details. The schema establishes relationships between the tables through foreign keys.