inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 373922
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 666833 | 666833 | 295684 295684 | 373922 373922 |
| 666834 | 666834 | 328373 328373 | 373922 373922 |
| 666835 | 666835 | 295683 295683 | 373922 373922 |
| 666836 | 666836 | 295686 295686 | 373922 373922 |
| 666837 | 666837 | 295685 295685 | 373922 373922 |
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)
);