YOUR AD GOES HERE

5 .5 How to write MS SQL select Statement , how to write SQL Query to retrieve records from a table

Published 29, Aug 2020

Easy SQL


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

Releted More Videos

  • Sorry!!! Nothing to show

You May Also Like

YOUR AD GOES HERE

YOUR AD GOES HERE