answersLogoWhite

0

What else can I help you with?

Continue Learning about Computer Science

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.


How does akinator work?

Very simple, it uses algorithms. It has a huge database (Wikipedia) and it guess your character from the answers you give. For example, if your character is a woman Akinator it will examine only the data that contains female names from its database.


Database programming language?

Depends upon the database you are talking about MS SQL Server uses SQL and T-SQL programming languages. Oracle is also a SQl based language usings its own 'flavor' PSQL


A data warehouse uses which database?

A data warehouse typically uses a relational database optimized for analytical queries, such as Oracle, SQL Server, or Snowflake.


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.

Related Questions

What is shareplex in oracle?

Shareplex is used to replicate an Oracle database. It uses the redo logs/archive logs to replay the transactions on the replicated database. It is a from Quest Software.


What is a term a developer uses for a record in a relational database?

A developer may refer to a record in a relational database as a "row" or a "tuple". This term is used to describe a single entry of data that contains information related to a specific entity in a database table.


What is wikipedia's database website?

Wikipedia uses MySQL as its database.


What database does facebook uses?

facebook uses "NO SQL" database "NO SQL" name is derived from first letters of NOT ONLY SQL


What type of database yahoo search engine uses?

business database management


Who uses a database and why?

they use a database because it helps them count up stuff and so on!


When a company uses the approach many programs and users share the data in a database?

database


What are the uses of database program?

Database system can be defined as the collection of interrelated data. Uses of database system are that it maintains data security , data integrity, data can be easily accessed and shared too.


Define the term database?

A database consists of an organized collection of data for one or more multiple uses


The uses of database?

Database is collection of any data or record. The database is today used in almost every field like schools, hospitals, railways etc.


What are 5 common uses for a database?

layers cats dogs


How do you create a data base?

If your database program uses standard SQL commands, you would use the CREATE DATABASE command.