字幕表 動画を再生する AI 自動生成字幕 字幕スクリプトをプリント 翻訳字幕をプリント 英語字幕をプリント Hey there, future data wizards! 未来のデータの魔術師たちよ! Let's look at the SELECT statement. SELECT文を見てみよう。 Think of it as your trusty tool for picking data out of a database, like choosing your favorite candies from a jar. So let's get started. データベースからデータを取り出すための信頼できるツールであり、瓶から好きなキャンディーを選ぶようなものだと考えてほしい。さあ、始めよう。 The SELECT statement is used to grab data from a database. SELECT文は、データベースからデータを取得するために使用されます。 Here's a simple example to warm up. ウォーミングアップのために簡単な例を挙げよう。 This code tells the database, "Hey, give me the customer name and city columns from the customers table." But how do we write this in a general form? このコードは、データベースに「おい、customersテーブルからcustomer nameとcityカラムを出せ」と指示する。しかし、これを一般的な形で書くにはどうすればいいのだろうか? Here's the syntax. 構文はこうだ。 Column 1, column 2, etc. are the columns you want, and table name is the table you're getting them from. Now let's look at our demo database, the customers table. カラム1、カラム2などは必要なカラムで、テーブル名はそれらを取得するテーブルです。それでは、デモ・データベースのcustomersテーブルを見てみましょう。 Here's a sneak peek. これがそのスニークピークだ。 Let's do our SELECT statement from earlier: "SELECT customer name and city from customers." Pretty cool, right? But what if we want to see everything in the table? 先ほどのSELECT文を実行してみましょう:"顧客から顧客名と市町村をSELECT"。なかなかクールでしょう?しかし、もしテーブルのすべてを見たい場合はどうすればいいでしょうか? We use the star wildcard, like this. このようにスターワイルドカードを使う。 This tells the database, "Show me all the columns," and you get the whole shebang! And that's the basics of the SQL SELECT statement. これはデータベースに対して、「すべてのカラムを表示してくれ」と指示するもので、これですべてのカラムが表示されます!これがSQLのSELECT文の基本です。 Easy peasy, right? 簡単だろ? Thanks for watching! ご視聴ありがとう! Like and subscribe to get notified about our latest videos. いいね!」と「購読」で最新ビデオをお知らせします。 For more coding tips and tricks, keep it locked right here on w3schools.com. より多くのコーディングのヒントやトリックについては、ここw3schools.comにロックしておいてください。 Don't forget to try out what you've learned in our interactive editor. 学んだことをインタラクティブ・エディターで試すこともお忘れなく。 Happy coding! ハッピーなコーディングだ!
B1 中級 日本語 米 SQL - SELECTステートメント - W3Schools.com (SQL - SELECT Statement - W3Schools.com) 7 0 Su Wei に公開 2024 年 11 月 19 日 シェア シェア 保存 報告 動画の中の単語