How can get second highest salary in sql?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by Join? What are the different types of Joins available? Explain.
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
Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
can use the following like overloading concept in a single package: procedure p1(a varchar), procedure p1(a varchar2), procedure p1(a char)
what is the difference between implicit conversions and explicit conversions?
What is difference between group by and partition by?
How do you exit in sql?
What are the different types of triggers?
When the mutating error will comes? and how it will be resolved?
What are sql*plus environment variables?
Can we commit inside a trigger?
How to display the current date in sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)