| Author: vipul 05 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
hi, for that you can refer this site they give exact solution http://www.geekinterview.com/question_details/41445
Please Rate This Answer If They Helpful
Thanks & Regards Patel Vipul
|
| Author: Anuraj 05 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
T-SQL : Microsoft Implementation. Only works with SQL Server. ANSI SQL : All the RDBMS Systems PL/SQL : Implementation by Oracle of Oracle databases.
Thanks Anuraj THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS. BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT. dotnetthoghts
|
| Author: Nishanth 06 Nov 2009 | Member Level: Bronze | Rating:  Points: 2 |
hi Transact-SQL (T-SQL) is Microsoft (and Sybases ?) proprietary version of SQL and PL/SQL is Oracle's proprietary version of SQL
|
| Author: sudha 12 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
Transact-SQL (T-SQL) is Microsoft's enhanced version of the Structured Query Language (SQL) that includes transaction control, exception handling, error handling, row processing and more. SQL Server applications must be using T-SQL statements to communicate with the server, but how your T-SQL is written and run can ultimately impact your server performance.
|