inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 68816
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 875280 | 875280 | 47390 47390 | 68816 68816 |
| 875281 | 875281 | 165653 165653 | 68816 68816 |
| 875282 | 875282 | 257220 257220 | 68816 68816 |
| 875283 | 875283 | 100837 100837 | 68816 68816 |
| 875284 | 875284 | 213609 213609 | 68816 68816 |
| 875285 | 875285 | 533064 533064 | 68816 68816 |
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)
);