COサンプル・スキーマのスクリプトおよびオブジェクト

この表に、customer orders (co)スキーマを作成するスクリプトの名前と、スキーマで使用するオブジェクトを示します。

COサンプル・スキーマの スクリプト

スクリプト名 説明
co_create.sql coオブジェクトを作成します
co_install.sql スキーマcoの主要スクリプトで、他のスクリプトを実行します
co_populate.sql オブジェクトを移入します
co_uninstall.sql スキーマをアンインストールします

COサンプル・スキーマの オブジェクト

オブジェクトタイプ オブジェクト
索引 customers_name_i, orders_customer_id_i, orders_store_id_i, products_pk, stores_pk, store_name_u, customers_pk, customers_email_u, orders_pk, order_items_pk, order_items_product_u, inventory_product_id_i, inventory_pk, inventory_store_product_u, shipments_store_id_i, shipments_customer_id_i, shipments_pk
customers, stores, products, orders, order_items, shipments, inventory
表示 customer_order_productsstore_ordersproduct_reviewsproduct_orders