1) Code a statement that assigns the value "Test" to a scalar variable named @Name that's declared with the varchar data type.
2) Code a statement that changes the database context to a database named TestDB.
3) Code a statement that creates a table variable named @TestTable.