Question from the Oracle Database test

What does the "INSERT /*+ APPEND */" instruction do in Oracle?

Easy

What exactly does the following instruction do ?

INSERT /*+ APPEND */ INTO ventes (id, produit, montant)
SELECT id, produit, montant FROM ventes_temp;
Author: Koala rareStatus: PublishedQuestion passed 4 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!