Results 1 to 6 of 6

Thread: Implementation of mysql

  1. #1
    Join Date
    May 2009
    Posts
    1,010

    Implementation of mysql

    I need some basic explanation of MySQL. How does it helps to work in database management. It is a query language but the concept of sql working on a database server still confuses a lot. I am interested in studying this language. But before going on it I need the working introduction of the language. And I want to know the implementation of mysql.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Implementation of mysql

    SQL is a compact and powerful language for working with databases. Despite this compactness, it cannot be explain simply in a few chapters. MySQL is a relational database server that supports the well-known SQL (Structured Query Language) database language. Therefore, MySQL is named after the language that developers use to store, query, and later update data in a MySQL database. In short, SQL is the native language of MySQL. In this you got the following discusses on the topics. None of these topics is really significant for studying MySQL’s SQL.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Implementation of mysql

    SQL (Structured Query Language) is a database language used for formulating statements processed by a database server. In this case, the database server is MySQL. The first sentence of this paragraph contains three important concepts: database, database server, and database language. We begin with an explanation of each of these terms. For the implementation of mysql.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Implementation of mysql

    A database consists of some collection of persistent data that is used by the application systems of some given enterprise and managed by a database-management system. Therefore, card index files do not constitute a database. On the other hand, the large files of banks, insurance companies, telephone companies, and the state transport department can be considered databases. These databases contain data about addresses, account balances, car registration plates, weights of vehicles, and so on.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: Implementation of mysql

    For example to the implementation of mysql, the company you work for probably has its own computers, which are used to store salary-related data. Data in a database becomes useful only if something is done with it. According to the definition, data in the database is managed by a separate programming system. This system is called a database server or database management system (DBMS). MySQL is such a database server.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Implementation of mysql

    A database server permit the users to process data stored in a database. Without a database server, it is not possible to look at data in the database or to update or delete superseded data. The database server alone knows where and how data is stored. A definition of a database server appears in [ELMA06], A database server is a collection of programs that permit the users to generate and maintain the a database.

Similar Threads

  1. Replies: 4
    Last Post: 13-01-2011, 01:08 AM
  2. mysql config file in MySQL
    By Netorious in forum Software Development
    Replies: 4
    Last Post: 18-03-2010, 09:43 PM
  3. Implementation of mkdir() : C
    By Agustíne in forum Software Development
    Replies: 4
    Last Post: 02-02-2010, 06:16 PM
  4. Replies: 3
    Last Post: 07-11-2009, 09:36 PM
  5. RTP Player implementation
    By Segvoia in forum Software Development
    Replies: 5
    Last Post: 27-02-2009, 01:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,144,726.77083 seconds with 17 queries