inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 28423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 666683 | 666683 | 533480 533480 | 28423 28423 |
| 666684 | 666684 | 57215 57215 | 28423 28423 |
| 666685 | 666685 | 337196 337196 | 28423 28423 |
| 666686 | 666686 | 14512 14512 | 28423 28423 |
| 666687 | 666687 | 295671 295671 | 28423 28423 |
| 666688 | 666688 | 211820 211820 | 28423 28423 |
| 666689 | 666689 | 101496 101496 | 28423 28423 |
| 666690 | 666690 | 501245 501245 | 28423 28423 |
| 666691 | 666691 | 258968 258968 | 28423 28423 |
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)
);