Description:
In this video I show you how to write SQL using SQL Server and SQL Server Management Studio. SQL tutorial for beginners - Learn SQL, the world's most popular open source database.
learn how to how to write MS SQL select Statement , how to write SQL Query to retrieve records from a table
use the following query to practice :
--5. NOTES -how to retrieve the record from Student Table
--retrieve all by using * or column names
use Test
go
select * from Student
use Test
GO
select FirstName, PhoneNumber from Student
Share this link via
Or copy link























