Preview

Sql and Ruby

Satisfactory Essays
Open Document
Open Document
386 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Sql and Ruby
What are the differences between SQL and RUBY? • Answerer 1 The best way to approach SQL language is to think of that S in its name: It means Structured Quarry Language. Early on, you're going to get a lot of error messages as you try to figure out the proper order of a SQL statement, but at least there's a (usually) consistent pattern to memorize. We'll start with the simplest building block of a statement and gradually add on to it. You can practice this next section in any SQL environment you like. Again, I'll be using Firefox's SQLite plugin, but anything that allows you to open up a SQLite database and type in SQLite commands will suffice. We will not be writing any Ruby code during this exploration of the SQL basics. and RUBY is Ruby - an alternative to python, good for somethings, not sure what they are though... Java and C# are more or less in the same category and are multi-purpose languages C++ is the DON of all programming languages, learning it is difficult, programming in it is difficult but the results (if done properly, mistakes are easier made in C++ but more difficult to weed out than lets say python) are truly spectacular. • Answerer 2 SQL stands for Structured Query language designed to query databases. It has constructs which lets you retrieve and update the data in a database like (MS SQL Server, Oracle, Access)

Ruby is a programming language to write desktop/web applications. It is famous to be used with a framework called RAILS which provides rapid application development for web based application • Answerer 3 SQL is a database access and maintenance language. While the current does contain some procedural elements, it is not and was never intended to be a programming language. It is intended to defined databases and insert/delete/modify/retrieve data from them, period.

Ruby IS a programming language and can be used to create applications.

None

You May Also Find These Documents Helpful

  • Satisfactory Essays

    PT2520 Unit7Labs Tramil

    • 330 Words
    • 1 Page

    4. What is SQL language? The programming language used to manipulate data and data objects in a relational database.…

    • 330 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    - Any action that a database takes, creating objects, adding rows, changing data in rows, removing rows, and so on.…

    • 327 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    SEQUEL or SQL is a data language that provides benefits for all types of users. SQL’s purpose is to provide an interface to a relational database such as Oracle Database. Dr. Edgar Frank “Ted” Codd introduced the first commercially available implementation of SQL. Today, SQL is accepted as the standard RDBMS language. The features of SQL include processing sets of data as groups rather than as individual units and providing automatic navigation to the data. It uses statements that are complex and powerful individually, and that therefore stand alone. Flow-control statements were not part of SQL originally, but they are found in the recently accepted optional part of SQL. Flow-control statements are commonly known as "persistent stored modules" (PSM), and the PL/SQL extension to Oracle SQL is similar to PSM.…

    • 452 Words
    • 2 Pages
    Good Essays
  • Good Essays

    pt2520 assignment 1

    • 466 Words
    • 2 Pages

    Let’s get the definition out the way, the standard meaning if you will SQL or “sequel” to some is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS). Now that we got that out the way, let’s get to the first question.…

    • 466 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Unit 6 True

    • 287 Words
    • 1 Page

    SQL is the programming language used to manipulate data and data objects in a relational database management system. TRUE…

    • 287 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    One benefit of a relational database management system is that it contains a built-in query language, which lets you obtain immediate answers to the questions you ask about your data. _________________________…

    • 585 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Structured Query Language (SQL) is a standard database computer language used for querying, modifying and managing data in Relational Database Management Systems (RDBMS). SQL was developed in the 1970's by IBM to initially manipulate and retrieve data in IBM System R. The SQL language was standardized in 1986 by the American National Standards Institute (ANSI); however, later releases were released as International Organization for Standardization (ISO) standards.…

    • 612 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Pt1420 Unit 7 Analysis

    • 737 Words
    • 3 Pages

    The most popular dynamic languages including Ruby, Python, PHP and JavaScript, which we can use as a server-side language through Node.js. Statically typed languages like Java, C and C++ are the most popular languages in CS programs, although Python has been gaining ground in recent years.…

    • 737 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    unit 6

    • 360 Words
    • 2 Pages

    1) SQL is the programming language used to manipulate data and data objects in a relational database management system.…

    • 360 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    DBM 380 Syllabus

    • 623 Words
    • 4 Pages

    This course covers database concepts. Topics include data analysis, the principal data models with emphasis on the relational model, entity-relationship diagrams, database design, normalization, and database administration.…

    • 623 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    MIS Section3&4

    • 255 Words
    • 2 Pages

    7. The specialized language programmers use to add and change data in the database is called:…

    • 255 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    SQL or Structured Query Language is a specialized language for updating, deleting, and requesting information form databases. SQL is also an ANSI and ISO standard, and is one of the only database query languages. A plethora of already established database products support SQL. Some of the products that support SQL are Oracle and Microsot SQL Server. It is widely used in both industry and college institutions. Usually for enormous, complex databases. (Base2013).…

    • 769 Words
    • 3 Pages
    Better Essays
  • Satisfactory Essays

    Drm Exma Ii

    • 10378 Words
    • 42 Pages

    The SQL command _____ defines a logical table from one or more tables or views.…

    • 10378 Words
    • 42 Pages
    Satisfactory Essays
  • Good Essays

    “Databases are a mean for storing information in such a way that information can be retrieved from it. In simplest terms, a relational database is one that presents information in tables with rows and columns.” “A table is referred to as a relation in the sense that it is a collection of objects of the same type (rows).” “Data in a table can be related according to common keys or concepts, and the ability to retrieve related data from a table is the basis for the term relational database.” “A Database Management System (DBMS) handles the way data is stored, maintained, and retrieved.” “In the case of a relational database, a Relational Database Management System (RDBMS) performs these tasks. Oracle, 2014)”…

    • 672 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Ruby has features that are similar to those of Smalltalk, Perl, and Python. Perl, Python, and Smalltalk are scripting languages. Smalltalk is a true object-oriented language. Ruby, like Smalltalk, is a perfect object-oriented language.…

    • 1041 Words
    • 5 Pages
    Satisfactory Essays