inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 45203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 223751 | 223751 | 45203 45203 | 65435 65435 |
| 351217 | 351217 | 45203 45203 | 65440 65440 |
| 354673 | 354673 | 45203 45203 | 65437 65437 |
| 433033 | 433033 | 45203 45203 | 65438 65438 |
| 433035 | 433035 | 45203 45203 | 65439 65439 |
| 433995 | 433995 | 45203 45203 | 65436 65436 |
| 906543 | 906543 | 45203 45203 | 65441 65441 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);