inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 52932
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 624229 | 624229 | 52932 52932 | 77367 77367 |
| 770779 | 770779 | 52932 52932 | 77366 77366 |
| 829098 | 829098 | 52932 52932 | 77363 77363 |
| 829144 | 829144 | 52932 52932 | 77364 77364 |
| 829159 | 829159 | 52932 52932 | 77365 77365 |
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)
);