<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>munibus</author_name>
  <author_url>https://blog.hatena.ne.jp/munibus/</author_url>
  <blog_title>Muni Bus</blog_title>
  <blog_url>https://munibus.hatenablog.com/</blog_url>
  <categories>
    <anon>SQL Server</anon>
  </categories>
  <description>create table文を使う。あらかじめuse文で使用するデータベースを指定しておく必要がある。以下は、データベースprincessにテーブルumamusumeを作成した例。 1&gt; use princess 2&gt; create table umamusume ( 3&gt; no integer, 4&gt; name varchar(20), 5&gt; prizemoney float, 6&gt; seiyu varchar(20), 7&gt; dummydate datetime 8&gt; ); 9&gt; go データベース コンテキストが 'princess' に変更されました。 1&gt; select substri…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmunibus.hatenablog.com%2Fentry%2F2024%2F03%2F17%2F233853&quot; title=&quot;【SQL Server】テーブルを作成する - Muni Bus&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-03-17 23:38:53</published>
  <title>【SQL Server】テーブルを作成する</title>
  <type>rich</type>
  <url>https://munibus.hatenablog.com/entry/2024/03/17/233853</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
