Skip to content

Instantly share code, notes, and snippets.

View rrubo's full-sized avatar

Ruben Hambardzumyan rrubo

View GitHub Profile
@rrubo
rrubo / medium_query.sql
Last active November 25, 2019 18:56
SQL query for the Medium article
/* Selecting the needed columns from the Order and Customer tables */
SELECT OrderNumber, TotalAmount, FirstName, LastName, City, Country
/* Joining the rows of two tables... */
FROM [Order] JOIN Customer
/* ... that contain the same customer_id */
ON [Order].CustomerId = Customer.Id
### Keybase proof
I hereby claim:
* I am rrubo on github.
* I am ruham (https://keybase.io/ruham) on keybase.
* I have a public key ASBmOLokLK_1PwjUr6ZnrMEZVmn6h6ZHsvnNEdx5LIwamAo
To claim this, I am signing this object: