Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js Typescript HTML5 PHP
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA Microsoft AZ-900 CompTIA Security+
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Data Analysis Data Warehouse Blockchain Business Intelligence
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Mobile Game Development
Google Flutter iOS Development Android Development Swift React Native Dart (programming language) Kotlin SwiftUI Mobile App Development
Graphic Design Photoshop Adobe Illustrator Drawing Canva Digital Painting InDesign Design Theory Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Sound Therapy Emotional Intelligence Coaching
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Online Business Startup Business Plan Blogging Amazon Kindle Direct Publishing (KDP)
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Copywriting Google Analytics Email Marketing Startup Advertising Strategy
2022-07-04T04:52:51Z

DevelopmentDatabase Design & DevelopmentSQL Server

SQLServer文法1:経験ゼロからSQLServerをインストールしてある程度SQLが書けるようになる方法

SQLServerを使ってデータベースの基礎や正規化を学び,Select文,Insert文,Update文,Delete文や内部結合と外部結合の違いが分かるようになります。
Rating: 4.5 out of 54.5 (315 ratings)
1,721 students
Created by ピーコック アンダーソン
Last updated 7/2022
Japanese

What you'll learn

  • SQLServerがインストールできる
  • 基本的なSQLが書けるようになる
  • データベース設計や正規化が理解できる
  • 設計したテーブルの作成ができる
  • 内部結合と外部結合が理解できる

Requirements

  • Windows8以降のPC
  • SQLServerは講義内で一緒にインストールします

Description

今回はまったくSQLServerを使ったことがない人が

SQLServerをつかって「SQL書けるよ」ってなるための講座になります。


まずはSQLServerをダウンロードして,インストールするところから始まり,

とりあえずテーブルを作ってみて,それに対して

SELECT文,UPDATE文,INSERT文,DELETE文がなどの

基本的なSQLの書き方を解説していきます。


だいたいSQLをわかってもらった後は,

テーブル設計のやり方を見ていきます。


テーブル設計とは,システムで必要なデータをすべて洗い出して,

そこから正規化という考え方を使って,テーブルを作成していきます。


その後,実際にテーブル設計をしたものをSQLServerに実装し,

正規化でバラバラになったテーブルを,SQLの結合を使って,

元の一つのテーブルに戻すやり方を解説します。


最初はなかなか解り辛い,「内部結合」と「外部結合」の違いも

動画のなかでかなりわかりやすく説明しています。


SQLServerを使う上で,8割がた必要な知識を

短時間に凝縮してお伝えしていますので,是非ご覧ください。


#00_はじめに

#01_インストール

#02_データベースの作成

#03_テーブルの作成

#04_テーブルの作成実演

#05_上位200行の成約をなくす

#06_基本的なSQL

#07_select文

#08_update文

#09_insert文

#10_delete文

#11_テーブル設計解説

#12_顧客と注文情報を分ける

#13_ヘッダーと明細に分ける

#14_商品マスターを切り出す

#15_正規化最終形

#16_正規化したテーブルの作成

#17_データの作成

#18_内部結合

#19_外部結合

#20_isnullの使い方

#21_OrderByで並び替える方法

#022_さいごに



Who this course is for:

  • SQLを学びたい人
  • SQLServerの使い方を学びたい人
  • データベースプログラミングを学びたい人

Instructor

ピーコック アンダーソン
C#,プログラミング,SQL
ピーコック アンダーソン
  • 4.5 Instructor Rating
  • 10,310 Reviews
  • 19,550 Students
  • 35 Courses

20年ほどプログラマーとして活動しています。初期の頃はいろんな現場を転々とするプログラマーで10年ほど経験をつみ,その後,大手メーカーに入社し,C#やSQLServerを中心とした製品開発にて設計,製作,保守,プロジェクトリーダー等を10年近く担当。現在は独立しフリーに転身し,プログラミングやコンサルタント,教育に携わっている。


知識習得のきっかけは,現場に分かりづらいプログラムコードが散乱しており,それらをわかりやすくするために,オブジェクト指向,ドメイン駆動開発,テスト駆動開発,リファクタリング,デザインパターンの書籍などを読み漁りました。その結果,一つのドメイン駆動開発手法にいまはたどり着き,チームのメンバーに伝えていますが,この知識を大勢の方にお伝えすると,予想以上に喜んで頂けているので,私の学んだ知識をできるだけわかりやすくお伝えして,私のした遠回りをあまりしなくてもいいように,解説していきたいと思っています。

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Terms
  • Privacy policy
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.