{
  "docId": "019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc",
  "docSlug": "jarvis-mysql-pitch-deck",
  "documentTitle": "MYSQL Pitch Deck",
  "authorId": "mysql-pitch-deck",
  "authorName": null,
  "documentKindSlug": "pitchdeck",
  "documentKindLabel": "Pitch deck",
  "sourceTypeSlug": "investor_relations",
  "sourceTypeLabel": "Investor relations",
  "presentationDate": null,
  "orientation": null,
  "aspectRatio": null,
  "pageNumber": 167,
  "pageCount": 186,
  "prevPage": 166,
  "nextPage": 168,
  "slideType": "product_demo",
  "function": "present_solution",
  "density": "sparse",
  "nDataPoints": 0,
  "notes": "Technical documentation slide showing code snippets for table creation, sorting, and conversion.",
  "elementsJson": null,
  "metadataConfidence": 1,
  "imagePath": null,
  "slideHref": "/slides/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc/167",
  "deckHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc",
  "deckJsonHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc.json",
  "deckAnchorHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc#slide-167",
  "components": [
    {
      "bbox": {
        "h": 0.6,
        "w": 0.8,
        "x": 0.1,
        "y": 0.25
      },
      "kind": "list",
      "text": "CREATE TABLE t (field_list) [CHARSET=latin1];\nSELECT Last_name FROM Customer ORDER BY Last_name COLLATE latin1_de;\nSELECT MAX(Last_name COLLATE latin1_de);\nSELECT * FROM Customer WHERE (Last_name COLLATE latin1_de)=\"Müller\";\nCONVERT(Last_name USING utf8);\nUCS2 support (two byte Unicode)\nUTF8 support RFC2279, 1..3 bytes",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "c2a80390-99ab-46f8-87ca-f44e2bcfa8c8",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.05,
        "w": 0.46,
        "x": 0.27,
        "y": 0.16
      },
      "kind": "title",
      "text": "4.1: UNICODE Support",
      "attrs": null,
      "subkind": "headline",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "ea46dd85-986f-4c8e-a433-74d2e1ce1f3f",
      "frameworkName": null,
      "frameworkSlug": null
    }
  ],
  "metrics": [],
  "tools": [
    {
      "name": "List presentation",
      "slug": "list-presentation",
      "agent": null,
      "layer": "slide",
      "matchId": "3528b145-446e-492d-9128-6f3a53ebea3e",
      "evidence": "The slide contains a list of bullet points describing UNICODE Support in MySQL 4.1.",
      "confidence": 0.8
    }
  ],
  "frameworks": [],
  "arcBeats": [],
  "loops": [],
  "imagePathAlt": null,
  "thumbSrc": null,
  "thumbSrcAlt": null,
  "locked": true
}