Advanced Search
Search Results
10 total results found
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ย