Remote Interface Reflector Schema Remote Interface Reflector comp-name:
CNAME interface-name: IFNAME getlnterface:
CNAME [left and right arrow] IFNAME Table 3.
LBD can return NS, TXT and
CNAME records if requested.
** Address delegation by use of NS records was largely replaced with DNAME records (analogous to the existing
CNAME but renaming an entire tree), This permitted related forward and reverse components to be managed together.
CREATE VIEW v1 (
cname, profit) AS SELECT r1.cname, r1.revenue - r2.expenses FROM r1, r2 WHERE r1.cname = r2.cname; in which case, query Q1 can be equivalently formulated on the view v1 as