Answer Posted / raquib
1. Oracle 9i run on browser but 8i doesn't
2. oracle 8i supports only 2 tier web applications but 9i
can support distirbuted applications.
Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
Can we delete column in sql?
What is the need of merge statement?
what is the difference between delete and truncate statement in sql? : Sql dba
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What are the commands used in sql?
What is compiled query?
What is foreign key sql?
What is number function in sql?
Explain what is table in a database?
How can we solve sql error: ora-00904: invalid identifier?
what is foreign key? : Sql dba
How to call a javascript function from pl sql?
how to run 'mysql' commands from a batch file? : Sql dba
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What does select * from mean in sql?