Skip to content

Instantly share code, notes, and snippets.

@PN1019
PN1019 / SQLQueries.md
Last active September 20, 2021 12:25
PractiseForSQLCodingRounds with SQL notes,cheatsheet

Given the following two tables:

CREATE TABLE accounts ( account_number int, group_name varchar(28), country varchar(5), account_status varchar(8), registration_date_utc datetime,

@PN1019
PN1019 / createtfrecords.ipynb
Created May 5, 2019 10:33
CreateTfrecords.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container_delivery_item"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">