inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 201413
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 579720 | 579720 | 256343 256343 | 201413 201413 |
| 579721 | 579721 | 134827 134827 | 201413 201413 |
| 579722 | 579722 | 290553 290553 | 201413 201413 |
| 579723 | 579723 | 290552 290552 | 201413 201413 |
| 579724 | 579724 | 297969 297969 | 201413 201413 |
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)
);