What is oracle ? why we should go for oracle database
instead of diffrent databases available in the industry.
Answer Posted / guest
Basically Oracle refers company name. Oracle used to store
and receive the data in the database in a structured manner
using RDMS concept.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain foreign key in sql?
How to create your own reports in sql developer?
What is a subquery in sql?
Can we join same table in sql?
Is postgresql a nosql database?
What does data normalization mean?
What is right join sql?
explain advantages of myisam over innodb? : Sql dba
What is the largest value that can be stored in a byte data field?
How many types of triggers exist in pl/sql?
define join and explain different type of joins? : Sql dba
Explain the difference in execution of triggers and stored procedures?
Write an sql query to select all records from the table?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
What is group function in sql?