inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 11076
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68959 | 68959 | 231996 231996 | 11076 11076 |
| 68960 | 68960 | 4564 4564 | 11076 11076 |
| 68961 | 68961 | 210447 210447 | 11076 11076 |
| 68962 | 68962 | 210448 210448 | 11076 11076 |
| 68963 | 68963 | 542304 542304 | 11076 11076 |
| 68964 | 68964 | 73301 73301 | 11076 11076 |
| 68965 | 68965 | 239824 239824 | 11076 11076 |
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)
);