2
2
1. What is MySQL?
2.What is a database?
'My' in MySQL represents the first name of its co-founder, Michael Widenius' daughter,
My Widenius. SQL is an abbreviation for the term "Structured Query Language". SQL is
also used in databases like Oracle and Microsoft SQL Server.
A MySQL database contains one or many tables, with each table containing several
records or rows. Within these rows, data is contained in various columns or fields.
No NULL Value is allowed in the PRIMARY KEY column. In fact, a Primary Key cannot
be created on a nullable column.
10. How do you connect to a MySQL database using the command line?
You can connect to a MySQL database using the following command:
mysql -u username -p