You can find differences in details-
http://www.interviewsworld.com/Default.aspx
http://www.codeproject.com/KB/aspnet/ComparisonASP1xASP20.aspx
This blog is about developers who are working on MS Technologies. You can find very interesting stuff related to MS Technologies like ASP.NET, C#, VB.NET, SharePoint 2003, SharePoint 2007, MS SQL SERVER 2000 , MS SQL SERVER 2005, MS SQL SERVER 2008. And you can also post stuffs related MS Dynamics CRM 3.0, MS Dynamics CRM 4.0 , MS Dynamics GP, Ms Dynamics Soloman. And you can also post stuffs related MS Certifications in above mentioned technologies.
Wednesday, December 24, 2008
What is difference between DML and DDL in SQL Server ?
DML : The statement that works with data in database is called Data manipulation language.
Example:
- SELECT - Get rows from tables
- UPDATE - Update the rows of tables
- DELETE - Remove rows from tables
- INSERT - Add new rows to tables
DDL: The Statement that works with object in database is called Data Definition language.
Example:
- Create Table Statement
- Create Database Statement
- Create Index Statement
- Drop Statement
- Alter Statement
- Drop table Statemet
- Drop Database Statement
Labels:
Database,
Sql Server
Monday, December 1, 2008
New feature in Visual Studio 2008
some new features are-.
1-Improved Designer (i.e.WYSIWYG)
2-modern CSS editing options
3-enhanced java script debugging and development support
4-visual studio 2008 can target web applications to the .NET 2.0 , .NET 3.0 and .NET 3.5 environment.
To Know more
http://www.interviewsworld.com/Q_326_new-feature-in-visual-studio-2008.aspx
Thanks
1-Improved Designer (i.e.WYSIWYG)
2-modern CSS editing options
3-enhanced java script debugging and development support
4-visual studio 2008 can target web applications to the .NET 2.0 , .NET 3.0 and .NET 3.5 environment.
To Know more
http://www.interviewsworld.com/Q_326_new-feature-in-visual-studio-2008.aspx
Thanks
Labels:
asp.net,
visual studio 2008
Subscribe to:
Posts (Atom)