inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 3004
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 54970 | 54970 | 3004 3004 | 7544 7544 |
| 654479 | 654479 | 3004 3004 | 7540 7540 |
| 1014247 | 1014247 | 3004 3004 | 7541 7541 |
| 1029440 | 1029440 | 3004 3004 | 7543 7543 |
| 1029648 | 1029648 | 3004 3004 | 7542 7542 |
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)
);