inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60667
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 324730 | 324730 | 173859 173859 | 60667 60667 |
| 324731 | 324731 | 536493 536493 | 60667 60667 |
| 324732 | 324732 | 222840 222840 | 60667 60667 |
| 324733 | 324733 | 507722 507722 | 60667 60667 |
| 324734 | 324734 | 113800 113800 | 60667 60667 |
| 324735 | 324735 | 39401 39401 | 60667 60667 |
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)
);