Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Sergey Mois
Greenhorn
+ Follow
news
5
Posts
0
Threads
since Aug 25, 2009
Merit badge:
grant badges
For More
http://www.sql-ex.ru
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by Sergey Mois
Single SQL query for retrieval of data with different where clause possible?
Try this
maybe this will help:
http://www.sql-tutorial.ru/en/book_using_multiple_tables_in_query.html
show more
12 years ago
JDBC and Relational Databases
Pagination
Paging in SQL Server
show more
13 years ago
JDBC and Relational Databases
Query -- select maximum salary in a sum table
select sum(e1.salary), e1.departmentid from employee e1 group by e1.departmentid having sum(e1.salary) >= ALL(select sum(e1.salary) from employee e1 group by e1.departmentid)
show more
13 years ago
JDBC and Relational Databases
SQL certification query
You can use
SQL Exercises
to prepare for certification.
show more
13 years ago
Product and Other Certifications
Is there a Generic Database/SQL Certification?
Try certification on
SQL Exercises
show more
15 years ago
Product and Other Certifications