inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 54798
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 461665 | 461665 | 282227 282227 | 54798 54798 |
| 461666 | 461666 | 252192 252192 | 54798 54798 |
| 461667 | 461667 | 282226 282226 | 54798 54798 |
| 461668 | 461668 | 81344 81344 | 54798 54798 |
| 461669 | 461669 | 29747 29747 | 54798 54798 |
| 461670 | 461670 | 282225 282225 | 54798 54798 |
| 461671 | 461671 | 282224 282224 | 54798 54798 |
| 461672 | 461672 | 528474 528474 | 54798 54798 |
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)
);