SQL intro
Submitted by admin on Thursday, February 24, 2011 - 22:17.
SQL is an acronym for Structure Query Language, it is a language which helps program to communicate with the databases, regardless of the type of the database, the SQL syntax is almost the same except for extended commands which certain DBMS support or do not support or simply have its own versions or dialects.
Now what does DBMS mean, DBMS stands for database Management System which receives the query and then returns the appropriate set of result for that query.
Unlike other computing languages, SQL syntax is quite easy to understand. SQL is responsible for inserting, updating, reading, and deleting of data. SQL also provides you other features beside inserting, updating or deleting of data, like creating views, tables, stored procedures, and setting read/write permissions on tables for some users.
SQL in short is an interface or a channel with which a program can communicate with the database, i.e. your website written in any server side language like PHP, ASP, JSP or other desktop applications written in java, c/c++ and other platforms can access data from the database by using the SQL queries, which are always the same no matter whatever language is used to develop the front end of the software/website.
Comments
re: copy paste
May I know where can you find the original article of this post?
If you can find it let me know so that I can kill the author of this article. :P
Crab mentality. Idiot!
Oo nga eh. Naka pasa naman
Oo nga eh. Naka pasa naman yung article sa copyscape.com.
Mga taong may crab mentality lg ang mga yan.
Thanks for the suggestion pala. I will make another category for those DBMS.
hehe yaan mona sir
hehe yaan mona sir.. wag nalang pakialaman mga yan..
nga pala sir can i contact u personally?
para naman if u have outsource.. pa share :)
ps
sir. pwede ba dito sa site notification thru sms?
para ung mga comments dito send na sa mobile natin? :)
Introduction To SQL Server And Syntex For Select/Insert/Update/D
good one .
Check this also
http://dotnetpools.com/Article/ArticleDetiail/?articleId=39&title=Introduction%20To%20SQL%20Server%20And%20Syntex%20For%20Select/Insert/Update/Delete
Add new comment
- Add new comment
- 869 views