inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 69501
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 237046 | 237046 | 69501 69501 | 102226 102226 |
| 530227 | 530227 | 69501 69501 | 102225 102225 |
| 562118 | 562118 | 69501 69501 | 102227 102227 |
| 627419 | 627419 | 69501 69501 | 102231 102231 |
| 798116 | 798116 | 69501 69501 | 102228 102228 |
| 798117 | 798117 | 69501 69501 | 102229 102229 |
| 854448 | 854448 | 69501 69501 | 102230 102230 |
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)
);