How to fire query in sql server to access the data from table.
To retrieve the data from Particular table we have to use Select
keyword .
using select keyword we can get the data from database by passing table name.
selelct * from [Table_Name] where table_fieldName
To retrieve the data from Particular table we have to use Select
keyword .
using select keyword we can get the data from database by passing table name.
selelct * from [Table_Name] where table_fieldName
0 comments: