practice sql queries with database [closed] - mysql

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there any site where I can get good database with practice queries to solve. I am seeing a lot on internet, but mostly looks like beginner level.

Check out SQL Zoo: http://sqlzoo.net/

See http://www.w3schools.com/sql/default.asp ... I first started with that then I made up a database with 5 or 6 tables and tried myself subqueries and so on...

Related

How does MySQL do I/O? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed last year.
Improve this question
I was wondering how MySQL (and other databases for that matter) work under the hood. Do they use standard C I/O calls like fseek to find a record?
Here is the link to the source code. From a quick review of the file I can confirm that there are multiple check that is been done before and after an insert. It's actually a great idea to review the whole file very interesting.

How can I test MySQL statements online? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need a online website to test MySQL statements (some sort of sandbox). Bonus points if you can store code and share it with other people. Something similar to jsfiddle.net for JavaScript. It allows code testing in a safe secure environment.
Theres an sql formatting tool that also reports syntax errors:
http://www.dpriver.com/pp/sqlformat.htm

State of the art selfhealing and selfprotection in DBMS [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
at the moment I'm writing a paper and I need some input about the state of the art of selhealing and selfprotection in DBMSs. Does somebody read some interesting articles or books about this topics in the last few month? Doesnt matter which DBMS you have read about.
Regards
Perhaps this: Automatic Page Repair During a Database Mirroring Session.

Tools for analyzing the slow query log of MySql [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am looking for a tool that will help me analyze my slow queries log of MySql, any suggestions?
Did you try mysqldumpslow, part of MySQL?
http://dev.mysql.com/doc/refman/5.1/en/mysqldumpslow.html
I like this Ruby gem: https://github.com/wvanbergen/request-log-analyzer

Running Business Objects Data Integrator from the command line [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am using the Business Objects Data Integrator tool and I want to run it from the command line so I can setup some automated unit testing.
Does anyone know if there is a command line to run it?
From
http://help.sap.com/businessobject/product_guides/xir2acc/en/DIAdministratorGuide.pdf
Perhaps pp65-66 are what you want? I confess to never having tried it myself, but it looks like it should work. :)