answersLogoWhite

0

MySQL

MySQL is a Relational Database Management System. It was first released in 1995 and is most commonly used with the PHP programming language. MySQL is open source and 100% free to use.

526 Questions

What is total participation in database management?

Participation (or optionality) concerns the involvement of entities i a relationship. Participation is about exceptions to the rule. An entity's participation is optional if there is a least one instance of an entity which does not participate in the relationship. An entity participation is mandatory if all instances of an entity must participate in the relationship.

What is an entity?

In VHDL, entity is the keyword for defining a new object. In SGML and its derived markup languages HTML and XML, an entity is a named body of data associated with a document. Once defined, an entity can be referenced any number of times within the document, via entity references. An entity typically consists of a sequence of one or more characters, either encapsulated within a declaration of the entity's existence, or encoded and stored externally in a text file. Such entities and their references are comparable to macros and include files in programming languages. However, entities don't necessarily have to contain parseable text; they may also be binary files that are included in a document only by reference, with the entity name as the value of an ENTITY-type attribute.

Answer:

An entity is something that has a distinct, separate existence, though it need not be a material existence. In particular, abstractions and legal fictions are usually regarded as entities. In general, there is also no presumption that an entity is animate. Entities are used in system developmental models that display communications and internal processing of, say, documents compared to order processing.

An entity could be viewed as a set containing subsets. In philosophy, such sets are said to be abstract objects.

Sometimes, the word entity is used in a general sense of a being, whether or not the referent has material existence; e.g., is often referred to as an entity with no corporeal form, such as a language. It is also often used to refer to ghosts and other spirits. Taken further, entity sometimes refers to existence or being itself. For example, the former U.S. diplomat George F. Kennan once said that "the policy of the government of the United States is to seek . . . to preserve Chinese territorial and administrative entity.

Answer:

An entity is a legally recognized and formally structured grouping of people focused on some common cause or objective.

Examples

Here are some examples of entities:

SIL

an SIL branch

UNESCO

What is an index in database?

Oracle includes numerous data structures to improve the speed of Oracle SQL queries. Oracle includes many new indexing algorithms that dramatically increase the speed with which Oracle queries are serviced like b-tree index, bitmap indexes, function-based indexes, and index-only tables (IOTs


Oracle uses indexes to avoid the need for large-table, full-table scans and disk sorts, which are required when the SQL optimizer cannot find an efficient way to service the SQL query. I begin our look at Oracle indexing with a review of standard Oracle b-tree index methodologies.

What is the maximum database storage capacity of MySQL?

It all depends on the type of MySQL database you wish to use and also the operating system the server has. Most of the restraints are due to the max file size the operating system can store. The limits are done by table size rather than the database size as a whole.

  • Win 32 w/ FAT/FAT32 - 2GB/4GB
  • Win 32 w/ NTFS - 2TB (possibly larger)
  • Linux 2.2-Intel 32-bit - 2GB (LFS: 4GB)
  • Linux 2.4+ - (using ext3 file system) 4TB
  • Solaris 9/10 - 16TB
  • MacOS X w/ HFS+ - 2TB
  • NetWare w/NSS file system - 8TB

InnoDB tables are often split up into multiple files to allow larger tables, this is known as a tablespace. The maximum table space is 64TB.

MyISAM tables default size is at 4GB, but this can be changed to a maximum of 65,536TB.

What is Schema in the term of Database Management System?

Schema means structure of the databse. Like, tables, constraints, relation

What is difference between MySQL server MsSQL?

MSSQL is the abbreviation for the Server system Microsoft has.

Compared to MySQL, which is the SQL server system that is open source, maintained by the MySQL company (Now owned by Sun).

Describe the main characteristics of the database approach and contrast it with the file-based approach?

The Database Approach has four common characteristics. These are: Self-describing nature, support multiple user view of data, share the data and multiple user transaction processing and insulation between data and data abstraction.

Explain different types of attributes with example in DBMS.?

Different types of attributes in DBMS are:

  • Key or non key attributes
  • Required or optional Attributes
  • Simple or composite Attributes
  • Single-valued and multi-valued Attributes
  • Stored, Coded or derived Attributes

Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.

What is the difference between mysql server and oracle server?

While these three products are very similar, there are some differences. MySQL does not have a GUI interface while the other two do, it is also the only open source product of the three. SQL Server only runs on Windows, while the other two run on a variety of operating systems. Language support differs among the three, with each having some unique language support.

Why use MySQL?

It's free.

Widely used, so there is plenty of support, examples, tutorials.

Better at performing some tasks such as jumping to records without first cycling through the previous records.

It runs on Windows, Windows Server and *nix machines

It is continually being improved (ongoing development)

It can use transactions (ie rollback several update/inserts, if something fails)

Supports live backups, table locking, basically anything any other database can do.

To view a table in Design view?

in the Views group, click the Views arrow and click Design view

ER Diagram for a airline management system?

The diagram for airline reservation system can be found by doing an internet search. It includes the day of the week and the flight.

Why we are using oracle instead of mysql?

This question is very broad subject and in few lines, we should not answer... For the answer, you must have through idea/knowledge about the Organization like, Budget, IT, Technical Competencies, Capacity Planning, IT infrastructure... If any of the above mentioned area is lacking with funds then you may compromizing with the quality, security or the productivity... In the market, you may find so many products which are promising to handle your organizations Data Management but the best RDBMS is Oracle... Hope it helps... Cheers !!
Star Nirav
+91 9227258878

When was MySQL created?

MySQL was first released on 23rd May 1995.

What is the classification of DBMS and its interfaces?

Answer

DBMS Interfaces

User-friendly interfaces provided by a DBMS may include the following. � Menu-Based interfaces for Web Clients or Browsing: These interfaces present user with lists of options, called menus, that lead the user through the formulation a request. Menus do away with the need to memorize the specific commands and syntax of a query language. Pull-down menus are a very popular technique in Web based user interfaces. They are also often used in browsing interfaces, which allows a user to look through the contents of a database. � Forms-Based Interfaces: A forms-based interface displays a form to each user. Forms are usually designed and programmed for naive users as interfaces to canned transactions. Some systems have utilities that define a form by letting the end user interactively construct a sample form on the screen. � Graphical User Interfaces: A graphical interface (GUI) typically displays a schema to the user in diagrammatic form. The user can then specify a query by manipulating diagram. In many cases, GUls utilize both menus and forms. Most GUls use a pointing device, such as a mouse, to pick certain parts of the displayed schema diagram. � Natural Language Interfaces: These interfaces accept requests written in English, Hindi or some other language and attempt to "understand" them. A natural language interface usually has its own "schema," which is similar to the database conceptual schema, as well as a dictionary of important words. � Interfaces for Parametric Users: Parametric users, such as bank tellers, often have a small set of operations that they must perform repeatedly. Systems analysts and programmers design and implement a special interface for each known class of na�ve users. Usually, a small set of abbreviated commands is included, with the goal of minimizing the number of keystrokes required for each request. For example, function keys in a terminal can be programmed to initiate the various commands. � Interfaces for the DBA. Most database systems contain privileged commands that can be used only by the DBA's staff. These include commands for creating account, setting system parameters, granting account authorization, changing a schema, and reorganizing the storage structures of a database.

High level language?

It is very easy to write and make the system do what u want

How do you add MySQL to your Web server?

Linux variant: depending on the distribution you use, there are (most certainly) prepared packages (e.g. Debian, Ubuntu) to install, if you use a more complicated distro like gentoo, you have to download and compile the source packages (check google for tutorials on that).

Windows variant 1: you can employ a prepared WAMPP package (apache, mysql, php, pear/pecl) - find it here: www.apachefriends.org

Windows variant 2: you can install all desired services manually (check google for tutorials on windows apache iis)

What is the full meaning of mysql?

MySQL is the full name of the product, it's not an abbreviation. In general usage, the acronym "SQL" stands for Structured Query Language.

What is MySQL?

MySQL name was created in 2 parts, the first part was named after the original developer Michael Widenius's daughter "My". Then SQL stands for Structured Query Language. It is pronounced "My S-Q-L", but is often pronounced as "My Sequel" also.

What are the advantages of PostgreSQL over MySQL?

The main difference that I see is Postgres' advanced support for things like Views, Stored Procedures, Transactions and other more advanced database functions. This is not to say that MySQL does not support these, however Postgres' advanced features are tuned to be highly performative.

Also, Postgres supports more concurrent users than MySQL.

That all being said, if you web application is a relatively simple, mostly read-only, and doesn't require large number of concurrent connections, MySQL is probably the better way to go, as it is performatively optimized for reading, and is simpler to install, maintain, and has better third-party tool suppport.

:)

What should be the root password for MySQL server?

In order for the MySQL server to be secure, it must have a unique and non-guessable password. Thus we cannot give you a password, as that would mean someone could access the database without your permission. A good password should be at least six characters long and consist of both alphabetical and numerical characters. It should be easy for you to remember but not something that could be found through a simple dictionary attack.

What is an insert query in PHP and MySQL?

In a database table, the INSERT INTO statement is used to insert new rows. Let's create a SQL query with acceptable values using the INSERT INTO statement, and then run it by passing it to the PHP mysqli query() function to insert data into the table.

To learn more about data science please visit- Learnbay.co