inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 353200
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1018270 | 1018270 | 268972 268972 | 353200 353200 |
| 1018271 | 1018271 | 290601 290601 | 353200 353200 |
| 1018272 | 1018272 | 294578 294578 | 353200 353200 |
| 1018273 | 1018273 | 293669 293669 | 353200 353200 |
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)
);