MsSQL Select database syntax
use yourdbname use master
MsSQL select table records syntax
select col1,col2,col3,... from Table1 select first_name,last_name from customers
Category: MsSQL