Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

15 total results found

Work

Home Assistant

place to keep all home asistant tips and tricks 

Development

Dev tips and tricks 

SQL DOJO

We about to get Squikiled up.

Development

Dev tips and tricks 

SQL

Development

SQL - Structured query language. Creating and Using a Database CREATE DATABASE database_name; USE travel; CREATE DATABASE: Creates a new database. USE: Selects the database to work with. Creating Tabels CREATE TABLE planes ( num INTEG...

Bonds

Development

A bond is a formal agreement between two parties — a borrower (issuer) and a lender (investor) — that defines the terms under which the borrower agrees to repay borrowed funds over time, usually with interest. 💸 Bond Price Terminology 🔹 Face Value / Par ...

New Page

Development

📘 SQL - Structured Query Language 📂 Creating and Using a Database Commands: CREATE DATABASE database_name; USE travel; Explanation: CREATE DATABASE: Creates a new database. USE: Selects the database to work with. 🛠️ Creating...

Dealing with Securities

SQL DOJO

Write a query to display the company name from Issuers and the security symbol from Securities for all securities. SELECT CompanyName, Symbol FROM Issuers INNER JOIN Securities ON FK_IssuerId = Issuers.Id Display the announcement headline, company name...

Updating Non-SysControlled EOD Prices

SQL DOJO

Overview GAIA End-of-Day (EOD) prices are inserted manually into the system. These prices are not system-controlled and originate from the 1_DAY_OHLC tables in the historic database. While the API is functioning correctly and is hosted directly on the box,...

Infrastructure

Development

Nuget server 

SQL

Development

SQL - Structured query language. Creating and Using a Database CREATE DATABASE database_name; USE travel; CREATE DATABASE: Creates a new database. USE: Selects the database to work with. Creating Tabels CREATE TABLE planes ( num INTEG...

Bonds

Development

A bond is a formal agreement between two parties — a borrower (issuer) and a lender (investor) — that defines the terms under which the borrower agrees to repay borrowed funds over time, usually with interest. 💸 Bond Price Terminology 🔹 Face Value / Par ...

New Page

Development

📘 SQL - Structured Query Language 📂 Creating and Using a Database Commands: CREATE DATABASE database_name; USE travel; Explanation: CREATE DATABASE: Creates a new database. USE: Selects the database to work with. 🛠️ Creating...

Infrastructure

Development

Nuget server