inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 303072
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 264274 | 264274 | 523563 523563 | 303072 303072 |
| 264275 | 264275 | 485669 485669 | 303072 303072 |
| 264276 | 264276 | 479696 479696 | 303072 303072 |
| 264277 | 264277 | 395001 395001 | 303072 303072 |
| 264278 | 264278 | 446708 446708 | 303072 303072 |
| 264279 | 264279 | 210642 210642 | 303072 303072 |
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)
);