Posts

Showing posts with the label reporting

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

QlikView top capabilities comparing to other reporting tools

Image
One of the QlikView’s primary differentiators is the associative user experience it delivers. QlikView is the leading Business Discovery platform . QlikView Real Features -  To Make Visible Your Data, Highly Useful in Data Interpretation It enables users to explore data, make discoveries, and uncover insights that enable them to solve business problems in new ways. Business users conduct searches and interact with dynamic dashboards and analytics from any device. Users can gain unexpected business insights because QlikView Works the way the mind works. With QlikView, users can navigate and interact with data any way they want to — they are not limited to just following predefined drill paths or using preconfigured dashboards. Users ask and answer questions on their own and in groups and teams, forging new paths to insight and decision. With QlikView, discovery is flexible . Business users can see hidden trends and make discoveries like with no other BI platform on th