Hi Team,
I would like to know how data is inserted and selected from table internally.
like how buffers are created and how they are executed.
Eg. Table1
col1col2 col3
1a 1
2b 2
I want to know how this data is inserted into tables. How many buffers are created ? Does it depends on the columns?
how buffers are executed?