inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17803
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 807509 | 807509 | 37696 37696 | 17803 17803 |
| 807510 | 807510 | 55700 55700 | 17803 17803 |
| 807511 | 807511 | 8633 8633 | 17803 17803 |
| 807512 | 807512 | 283322 283322 | 17803 17803 |
| 807513 | 807513 | 491078 491078 | 17803 17803 |
| 807514 | 807514 | 252788 252788 | 17803 17803 |
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)
);