Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Executing Commands | Section
Introduction to .NET with C#

bookExecuting Commands

メニューを表示するにはスワイプしてください

Important Points:

  • We use the CREATE command for creating a new database in a MySQL Server;
  • A MySQL query or command can be executed using its MySqlCommand instance;
  • Commands that do not retrieve data from the database are called Non-Queries and hence are executed using the ExecuteNonQuery method of the MySqlCommand objects.
question mark

Which method will we use for executing the following command?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  23

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  23
some-alt