How to Run a SQL Query

By doing the last step, you connected to the SQL Server machine called ISQL01, using the cse444 account. You will use this account to complete your homework. For the project, you will get a different account.

select * from Student

Type Ctrl-E to run the query (or click on the little green arrow on the menu). If everything worked alright, you should get back the results of the query - some tuples.

Congratulations - you just run your first query.