Is oracle and sql same?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

Is a table valued function object?

0 Answers  


How do you delete data from a table?

0 Answers  


What is a ddl command?

0 Answers  


What is the command used to fetch first 5 characters of the string?

0 Answers  


Which nosql database is best?

0 Answers  






SELECT category, type, AVG(price) FROM products GROUP BY category, type ORDER BY 1, 2 If there are three distinct categories in the "products" table, and each one has five different types, how many rows are returned by the query above? 1. 1 row 2. 3 rows 3. 5 rows 4. 8 rows 5. 15 rows

3 Answers  


What is index example?

0 Answers  


What is replication id?

0 Answers  


What is inner join in sql?

0 Answers  


Explain the difference between cursor declared in procedures and cursors declared in the package specification?

0 Answers  


If we have n no of columns in a table, can we add new column in that table with not null constraint?

2 Answers  


What is Difference Between delete and Truncate?

9 Answers  


Categories