The code snippet below is used to read data from an XML file into a table. Which XML structure is _not_ supported by the statement?mysqlLOAD XML LOCAL INFILE 'cars.xml'INTO TABLE carsROWS IDENTIFIED BY '';

🎲 Try a Random Question  |  Total Questions in Quiz: 98  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
MySQL Test — practice the complete quiz, review flashcards, or try a random question.

MySQL MCQs For LinkedIn Skill Assessments.


The code snippet below is used to read data from an XML file into a table. Which XML structure is _<br>not_ supported by the statement?<br>mysql<br>LOAD XML LOCAL INFILE 'cars.xml'<br>INTO TABLE cars<br>ROWS IDENTIFIED BY '<car>';<br>