Posts

Showing posts with the label new features

Featured Post

SQL Interview Success: Unlocking the Top 5 Frequently Asked Queries

Image
 Here are the five top commonly asked SQL queries in the interviews. These you can expect in Data Analyst, or, Data Engineer interviews. Top SQL Queries for Interviews 01. Joins The commonly asked question pertains to providing two tables, determining the number of rows that will return on various join types, and the resultant. Table1 -------- id ---- 1 1 2 3 Table2 -------- id ---- 1 3 1 NULL Output ------- Inner join --------------- 5 rows will return The result will be: =============== 1  1 1   1 1   1 1    1 3    3 02. Substring and Concat Here, we need to write an SQL query to make the upper case of the first letter and the small case of the remaining letter. Table1 ------ ename ===== raJu venKat kRIshna Solution: ========== SELECT CONCAT(UPPER(SUBSTRING(name, 1, 1)), LOWER(SUBSTRING(name, 2))) AS capitalized_name FROM Table1; 03. Case statement SQL Query ========= SELECT Code1, Code2,      CASE         WHEN Code1 = 'A' AND Code2 = 'AA' THEN "A" | "A

SAP HANA Top new Applications

Image
The SAP HANA analytics from German software vendor SAP AG is betting heavily on a new generation of analytic computing it calls HANA.  In this post you will know the new features that are added in HANA. To maintain its position as the world's largest business-application vendor. So, learning HANA is really good and make sure these HANA course contents you need to have in your training. SAP HANA Applications HANA, which is already installed at more than 200 customer locations, processes data in real-time by storing it in live memory rather than in a separate data warehouse, enabling customers to make business decisions faster. >> Liquor distributor Charmer Sunbelt Group finished installing a HANA system , and it says it has helped managers react to logistical problems as they occur. Getting shipments out is essential for Charmer because customers can refuse them if they are late. >> According to Chief Information Officer Paul Fipps, HANA h