Blog Detail

Learn Programming Languages

Learn Programming Languages

http://programming-tutor.blogspot.com/

Blog Information on how to program in Java,c,Matlab and php programming languages

subscribe Recent Posts

  • General: Editors for Programming

    Posted on Friday March 13th, 2009 at 16:51 in utilities, editors

    Using a good editor helps in reducing time. IF youa coding or programming things for some custom programs like matlab is suggest you use the editor provided by them since it always have all features required. But for coding other programing languages...

  • How to stop iframe from scrolling

    Posted on Friday January 9th, 2009 at 13:45 in html, iframes

    How to stop scrolling in IFRAME?you have to add scrolling="no" in the iframe tag to stop iframe from scrolling.Example<iframe src="http://www.google.com" scrolling="no" width="400" height="400"> </iframe>Here is the output ...

  • SQL: What is Null Value

    Posted on Wednesday December 31st, 2008 at 18:59 in sql, concepts

    In SQL a null value is undefined or inapplicable or the field has no value assigned or defined. It is not equal to zero or space. Zero is a number and space is a character. Null is undefined value. Any rows of any data type can contain a null unless ...

  • SQL: The Select Statement tutorial 1

    Posted on Wednesday December 31st, 2008 at 13:22 in sql, ddl, select statement

    SELECT statement falls under DQL (Data Query Language ) of SQL. It is used to query or retrieve data from sql. Here is a sample table for use to practise. The table name is trees.+-----------------------------------------Table------------------------...

  • SQL: Types of sub languages in SQL

    Posted on Tuesday December 30th, 2008 at 14:40 in sql, concepts

    All commands of sql fall in one of the following categories.DDL (Data Definition Language) These statements are used to create tables and databases and define field properties or table properties. Examples of commands that fall in...

  • SQL:What is sql statement

    Posted on Monday December 29th, 2008 at 02:52 in sql

    To retrieve or manipulate data present in tables of a database we issue some commands to the server. They are called sql statements. One of the sql statement isSELECT * from titles;In above statement we are calling for all rows in the table to be dis...

Comments & Reviews

There is no rating for this blog because there are no comments yet.

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 3 + 3
Comment:
  Remember Information