Hi,
To install SQL Server on your own personal computer, your
computer should meet the system requirements of the version of SQL
Server. If your PC meets all the requirements, you can
install
SQL server on your PC.
-------------------------
To display all the data from the Customer table, we can use the below SQL query.
SELECT *
FROM Sales.Customer ;
------------------------
Let me know if you need more help on this.
Hope this helps.
Start SQL Server. Remember, as described in the Required Survey: How will you access SQL Server?,...