What is the difference between following two SQL statments :- GET table_name- SELECT * FROM table_name.

Showing Answers 1 - 2 of 2 Answers

Hari

  • Jan 27th, 2006
 

Get can only be used with logical database ,where as we use Select with all the tables present in Data dict.

  Was this answer useful?  Yes

sasidhar

  • Mar 7th, 2006
 

GET IS A KEY-WORD WHICH IS USED TO GET SOMETHING ( DATA )IN THE NODES OF A LOGICAL DATABASE DIRECTLY  WHERE AS USING SELECT WE CAN SELECT N-NUMBER OF TABLES DATA THROUGH INTERNAL TABLES IN OUR PROGRMS.

  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