Final answer:
The correct statement that identifies and authorizes login tokens is option A: SELECT * FROM sys.user_token;
Step-by-step explanation:
- The correct statement that identifies and authorizes login tokens is option A: SELECT * FROM sys.user_token;
- Option B: SELECT * FROM sys.login_token; is incorrect as there is no built-in table called 'sys.login_token' in the system.
- Option C: SELECT * FROM sys.loginuser_token; is also incorrect as there is no built-in table called 'sys.loginuser_token' in the system.
- Option D: SELECT * FROM sys.userlogin_token; is incorrect as there is no built-in table called 'sys.userlogin_token' in the system.