Finish Semi-Structured Data




CS157a

Chris Pollett

Dec 4, 2023

Outline

Introduction

XML in Other DBMSs

Quiz

Which of the following is true?

  1. Stored procedures in Mysql do not support local variables.
  2. OUT variables in a Mysql stored procedure's parameter list will be returned by the procedure.
  3. There is no spec language used to define new XML languages, you can only check if a document is well-formed.

SQL/XML DML commands

SQL/XML Querying

XPath Expressions

SQL/XML Querying with XPath

JSON

SQL/JSON

JSON in the WHERE Clause

JSON and Aggregations

JSON Functions in Postgres