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?
LOAD XML LOCAL INFILE 'cars.xml'
INTO TABLE cars
ROWS IDENTIFIED BY `<car>`;
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?
LOAD XML LOCAL INFILE 'cars.xml'
INTO TABLE cars
ROWS IDENTIFIED BY `<car>`;