{
  "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": 165,
  "pageCount": 186,
  "prevPage": 164,
  "nextPage": 166,
  "slideType": "other",
  "function": "present_framework",
  "density": "balanced",
  "nDataPoints": 0,
  "notes": "Technical documentation slide for MySQL database syntax.",
  "elementsJson": null,
  "metadataConfidence": 1,
  "imagePath": null,
  "slideHref": "/slides/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc/165",
  "deckHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc",
  "deckJsonHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc.json",
  "deckAnchorHref": "/decks/019f6b8f-3e6f-73f0-877a-6c4cb9cac6bc#slide-165",
  "components": [
    {
      "bbox": {
        "h": 0.15,
        "w": 0.7,
        "x": 0.08,
        "y": 0.7
      },
      "kind": "list",
      "text": "WHERE field IN (SELECT ...: SELECT * FROM World.Country WHERE Country IN (SELECT Country FROM World.City WHERE City.Inhabitants > 5000000);",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "71f7f9e2-bbee-466e-a0c9-9192397565d0",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.2,
        "w": 0.75,
        "x": 0.08,
        "y": 0.48
      },
      "kind": "list",
      "text": "Correlated Subqueries: SELECT * FROM World.City WHERE City.Country = ANY (SELECT Country FROM World.Country WHERE City.Inhabitants > Country.Inhabitants/4);",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "d7ce4dd6-c25f-4fb8-9f43-6b17ec6d19c6",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.2,
        "w": 0.6,
        "x": 0.08,
        "y": 0.25
      },
      "kind": "list",
      "text": "Scalar Subqueries: SELECT Country, Inhabitants, Area FROM World.Country WHERE Area > (SELECT Area FROM World.Country WHERE Country='Finland');",
      "attrs": null,
      "subkind": "bullet",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "f1e9fa4b-1f97-4be0-bca8-c549af48300f",
      "frameworkName": null,
      "frameworkSlug": null
    },
    {
      "bbox": {
        "h": 0.05,
        "w": 0.32,
        "x": 0.34,
        "y": 0.16
      },
      "kind": "title",
      "text": "4.1: Subqueries",
      "attrs": null,
      "subkind": "headline",
      "toolName": null,
      "toolSlug": null,
      "confidence": null,
      "componentId": "0d57e75d-9968-455f-af3e-f0590e7d7d7c",
      "frameworkName": null,
      "frameworkSlug": null
    }
  ],
  "metrics": [],
  "tools": [
    {
      "name": "List presentation",
      "slug": "list-presentation",
      "agent": null,
      "layer": "slide",
      "matchId": "61bfa256-654f-4c25-a3bc-8cb8c7d0171d",
      "evidence": "The slide contains a list of bullet points describing Subqueries in MySQL 4.1.",
      "confidence": 0.8
    }
  ],
  "frameworks": [],
  "arcBeats": [],
  "loops": [],
  "imagePathAlt": null,
  "thumbSrc": null,
  "thumbSrcAlt": null,
  "locked": true
}