inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 99632
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 520696 | 520696 | 286504 286504 | 99632 99632 |
| 520697 | 520697 | 286505 286505 | 99632 99632 |
| 520698 | 520698 | 127757 127757 | 99632 99632 |
| 520699 | 520699 | 313373 313373 | 99632 99632 |
| 520700 | 520700 | 254525 254525 | 99632 99632 |
| 520701 | 520701 | 67733 67733 | 99632 99632 |
| 520702 | 520702 | 203189 203189 | 99632 99632 |
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)
);