SELECT
SELECT name,database_id from sys.databases WHERE name = 'Student'
The Student is a database
The Operations is a table
I want to join these two queries
please help me