inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 61471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 515867 | 515867 | 286272 286272 | 61471 61471 |
| 515868 | 515868 | 286273 286273 | 61471 61471 |
| 515869 | 515869 | 63703 63703 | 61471 61471 |
| 515870 | 515870 | 346312 346312 | 61471 61471 |
| 515871 | 515871 | 539089 539089 | 61471 61471 |
| 515872 | 515872 | 40710 40710 | 61471 61471 |
| 515873 | 515873 | 254423 254423 | 61471 61471 |
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)
);