An SQL query of the form "SELECT columns FROM table WHERE holding_id = ?". The question mark will be replaced by a holding identifier.
SELECT columns FROM table WHERE holding_id = ?
Return to sample configuration files.