Friday, April 15, 2011

::::|| VU ||:::: Web Programming with SQL - [eTechy101.com]

A new article has been posted on eTechy101.com.
The post title is 'Web Programming with SQL'. Below is a preview of the post.

SQL is one of the most widely used and powerful languages for accessing
databases. The operations performed by SQL include data insertion, deletion,
query, updating data and data access control. For instance, a short code used
for data insertion is:

INSERT INTO My_table
(field1, field2, field3)
VALUES
('test', 'N', NULL)

The above code adds rows (formally tuples) to an existing table, in this case
My_table.

You may view the full post at
http://www.etechy101.com/programming/web-programming-with-sql.html

You received this e-mail because you asked to be notified when new updates are
posted.

Thanks for being a valued member of eTechy101.com

Best regards,

eTechy
http://www.etechy101.com

--
For study materials, past papers and assignments,
Join VU School at www.VusCool.com
and www.VUGuys.com
CoooL Virtual University Students Google Group.
To post to this group, send email to coool_vu_students@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/coool_vu_students?hl=en

No comments:

Post a Comment