1. SAP HANA Cloud
SAP HANA Database Administration Guide
Section: "Linked Database".
This guide states
"Linked database is a feature for executing cross-database SELECT queries between SAP HANA databases." This directly supports option C.
It also specifies the access method: "Instead
you can directly access tables in the remote database using the syntax ..." This directly supports option D and refutes option B.
2. SAP Note 2919784 - FAQ: SAP HANA Linked Database
Version 4
Published 2023-08-08.
The note's answer to "What is Linked Database?" reiterates that it is for "cross-database SELECT queries between SAP HANA databases" (C) and that "Instead of creating virtual tables for remote tables
you can directly access tables in the remote database using the syntax..." (D)
which explicitly contradicts B.
3. SAP HANA Platform 2.0 SPS 07
SAP HANA Administration Guide for SAP HANA Platform
Section: "2.10.3 Linked Database".
This document describes Linked Database as a "simplified alternative to Smart Data Access for HANA-to-HANA scenarios" (C). It also highlights the benefit that "No virtual tables are required on the local database" (refutes B). The optimizer's "full knowledge" is mentioned as the key to optimization
which is enabled by the HANA-to-HANA context.