Which two options can be specified in order to access a system-period temporal table for a specific point in time guaranteeing accurate results?
Select all that apply, then click Submit answer.
-
○
A period-specification placed in the FROM clause of a subselect.
-
○
A period-specification placed in the WHERE clause of a subselect
-
○
A SELECT statement predicate against the transaction start ID of the base tablE.
-
○
A predicate against the start and end columns of the base table placed in the WHERE clause of a subselect.
-
○
A SET of the CURRENT TEMPORAL SYSTEM_TIME special register to a non-null value prior to a SELECT against the temporal tabl