Executing 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 theMySqlCommand
objects.
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 6
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.22
Executing Commands
Swipe to show menu
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 theMySqlCommand
objects.
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 6