0% found this document useful (0 votes)
46 views1 page

DER Purchases PDF

The document describes the structure of a database with tables for suppliers, purchase orders, products, categories, and subcategories. The tables include fields for identifiers, names, dates, amounts, statuses and other data.

Uploaded by

FRANCISCO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

DER Purchases PDF

The document describes the structure of a database with tables for suppliers, purchase orders, products, categories, and subcategories. The tables include fields for identifiers, names, dates, amounts, statuses and other data.

Uploaded by

FRANCISCO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

suppliers

purchase_orders products
id INT(11) purchase_order_details
id INT(11) supplier_ids LONGTEXT
company VARCHAR(50) id INT(11)
supplier_id INT(11) id INT(11)
last_name VARCHAR(50) purchase_order_id INT(11)
created_by INT(11) product_code VARCHAR(25)
first_name VARCHAR(50) product_id INT(11)
submitted_date DATETIME product_name VARCHAR(50)
email_address VARCHAR(50) quantity DECIMAL(18,4)
creation_date DATETIME description LONGTEXT
job_title VARCHAR(50) unit_cost DECIMAL(19,4)
status_id INT(11) standard_cost DECIMAL(19,4)
business_phone VARCHAR(25) date_received DATETIME
expected_date DATETIME list_price DECIMAL(19,4)
home_phone VARCHAR(25) posted_to_inventory TINYINT(1)
shipping_fee DECIMAL(19,4) reorder_level INT(11)
mobile_phone VARCHAR(25) inventory_id INT(11)
taxes DECIMAL(19,4) target_level INT(11)
fax_number VARCHAR(25) Indexes
payment_date DATETIME quantity_per_unit VARCHAR(50)
address LONGTEXT
payment_amount DECIMAL(19,4) discontinued TINYINT(1)
city VARCHAR(50)
payment_method VARCHAR(50) minimum_reorder_quantity INT(11)
state_province VARCHAR(50)
notes LONGTEXT Subcategory_Id INT
zip_postal_code VARCHAR(15)
approved_by INT(11) attachments LONGBLOB
country_region VARCHAR(50) purchase_order_status
approved_date DATETIME Indexes
web_page LONGTEXT id INT(11)
submitted_by INT(11)
notes LONGTEXT status VARCHAR(50)
Indexes
Indexes SubCategories
attachments LONGBLOB
Indexes id INT
Subcategory_Name VARCHAR(45)
Categories
Category_id VARCHAR(45)
Id INT
Indexes
Category_Name VARCHAR(45)
Indexes

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy