inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 368201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 551774 | 551774 | 288551 288551 | 368201 368201 |
| 551775 | 551775 | 288548 288548 | 368201 368201 |
| 551776 | 551776 | 288549 288549 | 368201 368201 |
| 551777 | 551777 | 303932 303932 | 368201 368201 |
| 551778 | 551778 | 288550 288550 | 368201 368201 |
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)
);