answersLogoWhite

0


Best Answer

There are a large number of mysql statements, all with different results and outcomes. I'd recommend looking through a tutorial like http://www.roughguidetophp.com/category/php-with-mysql to get a good idea of how to use them

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the MySQL statements and their uses?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is wikipedia's database website?

Wikipedia uses MySQL as its database.


What is the name of data base service of Wikipedia?

Wikipedia uses a MySQL database.


Which websites use mysql?

Mysql is a database server that shorts things that we use on a website into tables, records, and databases. Imagine running Microsoft access or even filemaker on a website. That is at the very least what mysql does. Any website that uses wordpress (CMS), joomla (CMS), Moodle (LMS), Droopal (CMS) uses mysql as a database manager to store its data into organized fields. If you want an example, check Anderson cooper's website from CNN. Its a wordpress blog and that uses mysql engine to run the website. Usually blogs as use mysql as a database server to handle its data. To really summarize your question any website that's automatic and uses data inputted and exported by the users of the website would generally use Mysql as a means of organizing and placing these in a database.


What database does the WAmmp server refer to when it's used with PHP?

WAMP is an abbreviation of "Windows, Apache, MySQL, and PHP", so it uses MySQL database server.


Is MySQL open source?

Yes, MySQL is open source and is free to download and install. You can use the MySQL Installer to install and configure MySQL server on Windows operating system. It provides a simplified installation and configuration process for MySQL products running on Microsoft Windows. The list of MySQL products includes the following items: MySQL Server MySQL Workbench MySQL Router MySQL Shell MySQL for Visual Studio MySQL Reference Manuals PDF MySQL connectors (MySQL/Python connector, MySQL/NET connector, etc.) MySQL database examples. To get started with MySQL database easily, you can use the comprehensive solution provided by dbForge Studio for MySQL, which allows you to efficiently process data and automate the management of your database objects.


Describe the uses of financial accounting?

describe various uses of financial statements


How do you run a MySQL query involving many fields in PHP?

A mysql query can be run with the mysql_query(); function. Unfortunately, php allows you to run a maximum of one query each time. A possibility is to write all your queries to an array();, and then have them applied in a foreach(); loop.


Is MySQL a server?

MySQL is an open source relational database management system based on SQL queries. It was developed by the Swedish company MySQL AB and is now a subsidiary of Oracle Corporation. Your could use a MySQL Client, for example dbForge Studio for MySQL, to install and connect to MySQL Server as a first steps to get started with MySQL.


What is MySQL AB?

MySQL AB's population is 400.


What is the logo of MySQL?

The MySQL logo is made up of the world MySQL and it has a dolphin jumping upwards on the right side.


When was MySQL created?

MySQL was first released on 23rd May 1995.


How does DBMS handle concurrent updates in MySQL?

MySQL is an RDBMS.