inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 100770
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 478704 | 478704 | 376671 376671 | 100770 100770 |
| 478705 | 478705 | 68487 68487 | 100770 100770 |
| 478706 | 478706 | 182042 182042 | 100770 100770 |
| 478707 | 478707 | 125061 125061 | 100770 100770 |
| 478708 | 478708 | 424658 424658 | 100770 100770 |
| 478709 | 478709 | 483746 483746 | 100770 100770 |
| 478710 | 478710 | 465415 465415 | 100770 100770 |
| 478711 | 478711 | 512624 512624 | 100770 100770 |
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)
);