#1  
2nd September 2012, 05:28 PM
engineer amir javed
 
Join Date: Sep 2012
Posts: 1

What is select statement of SQL language?


what is select statement of sql language...pleaes tell me wha is it




  #2  
5th October 2012, 07:17 PM
MOUSE92
Member
 
Join Date: Aug 2012
Posts: 425
Default Re: What is select statement of SQL language?

dear,

sql i.e. standard query language

by this software we use to save details in tabular form and can easily be retrieve and is highly confidential means no outsider will reach your important details untill he/she able to crack your password

select statement of sql language are as follows:

SQL SELECT statement

THIS STATEMENT IS MAINLY USED FOR selecting all data or some part of data from a database or from any table you have created under any class in this confidential software:

and the result is stored in the result table

SQL select syntax:


1)select column-name
from table-name


and


2)select * from table-name


note sql is not case sensitive means it treat SELECT as select


eg) let we have any table whose name is person and have columns as

lastname,firstname,personal-id,address,city etc


1)so, in order to select firstname and lastname from table person
we use following select statement:


ans )SELECT firstname,lastname from person


2) if you want to select all columns of table person then we use following statement:

ans)SELECT * from person


good luck
Do you have any question? or have anything to say?



Related Topics:

Thread Replies Last Post
How to select colleges based on MAT Feb Score? When to select? 10 31st January 2013 10:27 PM
How to select Area? What ground work am I supposed to do? How will I make problem statement? 1 23rd November 2011 04:56 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.
Please also check: