inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9566
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 728990 | 728990 | 34477 34477 | 9566 9566 |
| 728991 | 728991 | 49932 49932 | 9566 9566 |
| 728992 | 728992 | 5731 5731 | 9566 9566 |
| 728993 | 728993 | 259273 259273 | 9566 9566 |
| 728994 | 728994 | 3867 3867 | 9566 9566 |
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)
);