State of the art selfhealing and selfprotection in DBMS [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 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.

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.

What is the best web hosting service [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I am currently making a website on HTML js css...
I want to know what is the best WebHosting service that is cheap
If you are just starting out, I recommend Firebase Hosting (https://firebase.google.com/pricing).
This would suit you because it is free to get started. As long as it is only you and a few friends trying it out, you will find the cost is $0.
Only when thousands of people are using it, or you are storing hundreds of images or videos, will it start to cost something, and that cost is predictable.

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

practice sql queries with database [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
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...

which license enforces giving credit to author [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 want my software to be GPL (put source code along with your files when you sell it)
but still anyone who (uses, update,sell, derivate) it. gives us credit (for making the core)
The GPL ensures you still get credit. Modifiers are required to retain your copyright statements.
http://www.gnu.org/licenses/gpl-faq.html#IWantCredit