Advanced Search
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
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
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
📘 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
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
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
Nuget server
SQL
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
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
📘 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
Nuget server