inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 47242
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 284717 | 284717 | 47242 47242 | 68542 68542 |
| 686158 | 686158 | 47242 47242 | 9935 9935 |
| 723302 | 723302 | 47242 47242 | 9936 9936 |
| 768283 | 768283 | 47242 47242 | 68543 68543 |
| 984554 | 984554 | 47242 47242 | 68541 68541 |
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)
);