inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 101313
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 900922 | 900922 | 238570 238570 | 101313 101313 |
| 900923 | 900923 | 206323 206323 | 101313 101313 |
| 900924 | 900924 | 213236 213236 | 101313 101313 |
| 900925 | 900925 | 153587 153587 | 101313 101313 |
| 900926 | 900926 | 68900 68900 | 101313 101313 |
| 900927 | 900927 | 206324 206324 | 101313 101313 |
| 900928 | 900928 | 74668 74668 | 101313 101313 |
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)
);