Describe the elements of the SELECT query syntax. SELECT element FROM table WHERE conditional statement?

Showing Answers 1 - 2 of 2 Answers

samiha

  • Aug 25th, 2005
 

SELECT statement is used for selecting a particular items or all items from a table...it is as desired by the user. 
 
FROM statement is used to to tell the table name. 
 
WHERE statement is used to specify a particular condition while choosing the values

samiha

  • Aug 25th, 2005
 

SELECT statement is used for selecting a particular items or all items from a table...it is as desired by the user. 
 
FROM statement is used to to tell the table name. 
 
WHERE statement is used to specify a particular condition while choosing the values

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions