<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>trhnmr</author_name>
  <author_url>https://blog.hatena.ne.jp/trhnmr/</author_url>
  <blog_title>資格部</blog_title>
  <blog_url>https://qe.hpeo.jp/</blog_url>
  <categories>
    <anon>データベーススペシャリスト</anon>
  </categories>
  <description>ある月の“月末商品在庫”表と“当月商品出荷実績”表を使って，ビュー“商品別出荷実績”を定義した。このビューにSQL文を実行した結果の値はどれか。 〔ビュー“商品別出荷実績”の定義〕 CREATE VIEW 商品別出荷実績 (商品コード, 出荷実績数, 月末在庫数) AS SELECT 月末商品在庫.商品コード, SUM (出荷数), 在庫数 FROM 月末商品在庫 LEFT OUTER JOIN 当月商品出荷実績 ON 月末商品在庫.商品コード = 当月商品出荷実績.商品コード GROUP BY 月末商品在庫.商品コード, 在庫数 〔SQL文〕 SELECT SUM (月末在庫数) AS 出荷…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fqe.hpeo.jp%2Fentry%2Fipa-db%2Fe17h10&quot; title=&quot;DB 平成29年度春期 問10 - 資格部&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/t/trhnmr/20220517/20220517151055.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-04-25 01:03:59</published>
  <title>DB 平成29年度春期 問10</title>
  <type>rich</type>
  <url>https://qe.hpeo.jp/entry/ipa-db/e17h10</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
