inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 91001
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 379296 | 379296 | 249503 249503 | 91001 91001 |
| 379297 | 379297 | 277397 277397 | 91001 91001 |
| 379298 | 379298 | 62069 62069 | 91001 91001 |
| 379299 | 379299 | 537311 537311 | 91001 91001 |
| 379300 | 379300 | 301138 301138 | 91001 91001 |
| 379301 | 379301 | 277396 277396 | 91001 91001 |
| 379302 | 379302 | 509410 509410 | 91001 91001 |
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)
);