Site User's Manual

 ----- Back to Index ------

Online Interpreters:

HTML Interpreter

HTML code can be run online and the result seen immediately. This is similar to the online compiler explained earlier. The link 'Click here to try this piece of code’ does this.

As shown a member can type their HTML code in the left hand side of the interpreter.

By clicking on 'View' the results of the code are seen in the right hand side of the interpreter.

 


SQL Interpreter

Members can fire SQL statements against an RDBMS online. This works with the standard tables available online. They acquire SQL skill by practicing different combinations of SQL statements.


Click ‘Click here to try this piece of code’ just below the sample SQL statements.

This allows members to execute SQL queries either by a ‘Query Wizard’ or by ‘Try your own queries’.

 


The ‘Query Wizard’ helps a member generate queries, with different options as shown.

The tables shown in yellow are the ones which cannot be modified. The tables in blue can be modified.

Temporarily, a member can create their own tables if required.

Click ‘Generate’ to see the SQL query generated by the ‘Query Wizard’.

Once confident, a member can click ‘Try your own query’ and directly write an SQL query as shown.

Click ‘Submit’ to display the result of the query.

 


 ----- Back to Index ------