inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16764
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 287719 | 287719 | 490217 490217 | 16764 16764 |
| 287720 | 287720 | 250757 250757 | 16764 16764 |
| 287721 | 287721 | 49702 49702 | 16764 16764 |
| 287722 | 287722 | 8059 8059 | 16764 16764 |
| 287723 | 287723 | 279597 279597 | 16764 16764 |
| 287724 | 287724 | 30747 30747 | 16764 16764 |
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)
);