Anuj Kumar Jun 21st, 2005 SELECT * INTO TABLE FROM . PUSHY Sep 4th, 2005 SELECT * FROM ------ INTO itab. ENDSELECT. krithubala Profile Answers by krithubala Sep 22nd, 2005 select ...from dbtable into table itab.select ...from dbtable into itab.endselect. vsnl Oct 11th, 2006 select * from database table into (internal table name) the above statement collects data into the header area of the internal table. andselect * from database table into table (internal table name) the above statement collects the data into the body area directly . Give your answer: If you think the above answer is not correct, Please select a reason and add your answer below. - Reason - Answer is wrong Spelling Mistakes Duplicate Answer Inappropriate Answer Other Related Answered Questions Fetch next record data How to convert single row to two columns Sort v/s sort within groups Incremental loading flat file data capture Negative scenarios for a test scenario Not able to store the data in my database Floor casting Pipeline, component and data parallelism Load different data files in single target table Show the output of a query plan to user Related Open Questions Sort the data according to output Highest input data transfer rate Payment terms Vendor codes related queries Rdbms Responsibility of qa/test engineer when user finds a bug and how to handle the situation? Drop a table and its child tables from a database using procedure Problem statement: hope you love watching movies! Goto any online ticket booking website and write various test scenarios (at least 20) of the most common functionalities of the site. You need to crea Rank transformation type and range by partition Client / server application internal work Latest News It looks like you are using an AD Blocker! Please Turn OFF your ad blocker - OR - LOGIN to continue using GeekInterview website. Disable Ad Blocker Learn More Login GeekInterview Login Create your GeekInterview account Signup Continue Reading after Disabling Refresh
krithubala Profile Answers by krithubala Sep 22nd, 2005 select ...from dbtable into table itab.select ...from dbtable into itab.endselect.
vsnl Oct 11th, 2006 select * from database table into (internal table name) the above statement collects data into the header area of the internal table. andselect * from database table into table (internal table name) the above statement collects the data into the body area directly .
Select statement to read data into internal tables. Types of Select statements