Skip to main content

More Free Online Tests and Certifications



1. http://ranksheet.com,

This site gives your free online tests and helps you build your resume. Tests are for older version, why bother when its free.

2. WIZIQ.COM
    Oracle Certified Associate -- http://www.wiziq.com/tests/oca,
    For DBA -- http://www.wiziq.com/tests/dba,
    SQL -- http://www.wiziq.com/tests/search.aspx?qry=sql

This site gives you multiple tests which will help you prepare for OCA exams.

3. http://www.ncsacademy.com/freetest.cfm
    http://www.msexpert.com/exams/examlist.asp

Not that great certifications but kind of ok to have certifications in different domains.

Comments

Dharma said…
It's Useful sir, Thank you fro sharing
Ajay Kumar Das said…
Hello Sir
can you please tell my answer on below question correct or not???

QUESTION:1
----------------
9. Table - Products has number of products as below

Productid ProductName

1 iPhone

2 iPad

3 BlackBerry

Write a SQL query that returns the ProductId of the iPad.

ANSWER:
--------------
SQL>select productname,productId

from products

where productName='iPad'

/
Thanks for sharing your blog with us
praytna said…
I just need to say this is a well-informed article which you have shared here about forex trading. It is an engaging and gainful article for us. Continue imparting this sort of info, Thanks to you.Free Online Tests for students

Popular posts from this blog

Basics of RDBMS

Data Small set of information becomes data, this set of information helps make decision. Data is always some useful information. Database Place where you store the data. Database represents some aspect of the real world called "miniworld". A database is designed, built and populated with data for a specific purpose. It has intended group of users and some preconceived applications in which these users are interested. In other words, a database has some source from which data is derived, some degree of interaction with events in the real world and an audience that is actively interested in the contents of the database. Database can also be defined as collection of one or more tables. Ex: Mobile, human brain etc DBMS (Database Management System ) Is a program that stores retrieves and modifies data in the database on request. Study of different techniques of design, development and maintenance of the database Types of DBMS These types are based upon their m...

Installing Oracle 10g Database

Once you have downloaded the software from www.oracle.com/downloads , following steps can be used to install the software. 1. Unzip the dump downloaded from oracle.com 2. Once Unzipped, click on setup.exe to run Oracle Universal Installer Program. This will open a window as shown below.