inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 101343
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 885737 | 885737 | 227974 227974 | 101343 101343 |
| 885738 | 885738 | 106837 106837 | 101343 101343 |
| 885739 | 885739 | 68921 68921 | 101343 101343 |
| 885740 | 885740 | 222116 222116 | 101343 101343 |
| 885741 | 885741 | 226188 226188 | 101343 101343 |
| 885742 | 885742 | 169592 169592 | 101343 101343 |
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)
);