adspace
Answer Posted / Ram Murti
An Append Query in MySQL is used to insert new records at the end of a table. It's an efficient way to add data without affecting existing records, but it can only be done if the table has no primary key or has an auto-increment primary key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers