I am very new to SQL and am using Microsoft SQL Server Management.
My question is...
I create a new query, create a table and add some things to my table with the Create Table and Insert Into statements everything seems to work fine. No errors or anything (unless I try to run it again, then it tells me he Table is already created, which makes sense)
However I can't see the results tab? I have seen other screenshots and people have a results tab below my inputs that shows exactly how the table looks and the inputs I put in the query.
Like I said I am pretty new to all of this. Thanks.