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

10 total results found

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ย