Alternatives to using SQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mihir shah
    New Member
    • Oct 2011
    • 3

    Alternatives to using SQL

    Hello

    I was wondering if there are any alternatives, instead using SQL?

    Thank you in advance :)
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    As a matter of fact to avoid all the alternatives, that was used by various engineers, SQL were introduced.

    No one will stop you if you start producing your own way to retrieve data.

    If you look at mysql table engine you would see there is lots of data storing engine, the easiest one is CSV, XML engine. If you use CSV for storing data then all data will be stored as CSV, but still it will use same SQL to retrieve and store data.

    Comment

    • mihir shah
      New Member
      • Oct 2011
      • 3

      #3
      Thank you Johny10151981.

      What are the other ways that could be used in retrieving data?

      Comment

      Working...