- Computer Using
- Windows
- Browser
- How-To
- Microsoft Office
- MS Word
- MS Excel
- MS Outlook
- MS PowerPoint
- Graphic / Design
- Photoshop
- Illustrator
- Server & Network
- Computer Networking
- Internet
- Windows Server
- Web Development
- HTML
- Javascript
- CSS
- ASP.NET
- PHP
- Animation
- Flash
- Silverlight
- Database
- Database System
- SQL Server
- T-SQL
- XML
- XML
How To Run T-SQL Statement
What is SQL Statement?
SQL is short for Structured Query Language and is a widely used database
language, providing means of Data Manipulation Langurage(DML), that use to store, retrieve, update,
delete. And
Data Definition Language(DDL), The most basic items of DDL are the CREATE, ALTER,
RENAME, TRUNCATE and DROP statements.
Run SQL Statement
- Open New Query
- Write your code SQL statement
Example.USE TestScript SELECT ProductID,ProductName,Price FROM tblProduct
Keyword USE use to select Database. TestScript is the Database name. - Click on Execute

