Need a database for query evaluation engine ?

Asked By 30 points N/A Posted on -
qa-featured

Hi Experts,

I am looking for a database for query evaluation engine for my project. I am having thousands of queries to be executed using a database. I am looking for advanced query evaluation engine with test results. Any database administrator can help me in this situation. Thanks.

Regards,

Andrewjohn

SHARE
Answered By 5 points N/A #159270

Need a database for query evaluation engine ?

qa-featured

You can use a sample database and execute your queries with that data for evaluation. Since you have not mentioned in what Database technology (MS SQL Server, My SQL) you want the database I’ll provide you with a link to download most common Microsoft sample database called Adventure Works.

This sample database is updated along with the Microsoft SQL Server Releases. Latest is SQL Server 2012. Once you download and run it on your SQL server you’ll see almost every database technique available with the sample. Some of them are Stored Procedures, Functions, Views and triggers. You can learn so much by exploring the sample database. Download the sample from the below link

Related Questions