inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404488
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 244990 | 244990 | 482366 482366 | 404488 404488 |
| 244991 | 244991 | 460574 460574 | 404488 404488 |
| 244992 | 244992 | 370119 370119 | 404488 404488 |
| 244993 | 244993 | 507557 507557 | 404488 404488 |
| 244994 | 244994 | 416963 416963 | 404488 404488 |
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)
);