inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 56452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 8119 | 8119 | 56452 56452 | 82227 82227 |
| 394850 | 394850 | 56452 56452 | 4267 4267 |
| 809810 | 809810 | 56452 56452 | 82226 82226 |
| 851547 | 851547 | 56452 56452 | 82225 82225 |
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)
);