order-by
There are 15 repositories under order-by topic.
tsdotnet/linq
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
adarsh2104/journey-to-hackerank-SQL-gold-badge
This repository contains the solutions that I have submitted to earn SQL Gold Badge on the Hacker Rank Platform. To view, all my achievements follow the link to my Hacker-Rank profile.
jecastrom/lab-sql-basics
Lab SQL basics Selection and Aggregation.
Shantanu36/SQLBasics
Basic MS-SQL queries to help beginners understand SQL concepts.
tsdotnet/compare
Utility for common comparison functions including type checking.
Shantanu36/SQLAdditionalBasics
Few more basic additional MS-SQL queries in addition to my previous repository to help beginners understand the concepts more deeply.Here we make use of readily available database 'WideWorldImportersDW-Full.bak' to perform our SQL queries.
Shipra-09/SQL-Practice-Assignments
This github repository contains practice assignments on SQL, enjoy SQL!!
tubako/northwind-trades
Mock data analysis to influence a business decision.
Ajeeth9895/SQL-Bolt-Exercise
SQL Bolt Exercise
lmizner/codecademy_postgresql_baseball
Querying a baseball database to find some of the most notable achievements throughout baseball history
melindamalone/Pewlett-Hackard-Analysis
The Pewlett Hackard Analysis repo uses Structured Query Language (SQL) in a Postgres relational database using pgAdmin. An entity-relationship diagram (ERD) was initially designed to organize employee data for six separate CSV files containing employee, department, employees by department, managers by department, salary, and title information. The datasets were imported into pgAdmin and queries using Joins, Where, Order By, Group By, Count, On, and Into clauses and functions, in addition to table aliases, were used to analyze the data and determine how many employees are eligible for retirement and what programs need to be put into place for mentorship opportunities before retirement-eligible employees retire.
prabhakaranthangavel/Database-Day-3-MySQL-Task-Queries-Exercises
It contains Database-MySQL-Day 3-Task-Queries Exercises
priyarandivep/SQLProjects
This 2011 census SQL project employed COUNT, SUM, AVG, GROUP BY, HAVING, ORDER BY, LIMIT, RANK(), and LIKE for aggregations, analyses, and filtering. It offers a concise overview of India's demographic trends, showcasing SQL's versatility for data exploration.
SankaraMoothi/SqlBolt
sql query task
stu115/Order-item-department
Database of employees, customers, products in the department.