WHAT IS THE USE AND DIFF B/W INSERT, UPDATE AND MODIFY
WHILE UPDATING THE DATABASE TABLES?
Answer Posted / mohamed hanifa. s
INSERT IS USE TO INSERT THE RECORDS INTO A DB TABLE.
UPDATE IS USED TO CHANGE DATA OF THE EXISTING RECORDS IN THE
DB TABLE.
MODIFY IS USED TO CHANGE THE TABLE SETTINGS LIKE DATA TYPE
OF THE COLUMN OR NAME OF THE COLUMN
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between upload and ws_upload ? : abap bdc
What are the system table used in abap?
How to find Kernal badi ?
Explain client-dependent and client-independent tables.
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Is it possible to pass data to and from include programs explicitly? : abap modularization
wat is the default file name of BAPI trace?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
how can you display data say "your name"in sap script without print program or driver program??
What is the meaning of sap r/3?
What are the differences between macro and subroutine?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What are the disadvantages of abap query tool?
Describe data classes? : abap hr