Posts

Showing posts with the label Visualization Tools

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

Tableau, JMP, Advizor, and Spot-fire - Visualization Tools

Image
We are in a Bigdata world. Data presentation is very critical now a days. Data is generating from multiple sources. What is data visualization? Visualization tools have evolved so far that many people don’t realize the capabilities that exist. Tools like Tableau, JMP, Advizor, and Spot-fire help analytic professionals and business users move beyond graphics that simply illustrate a story that has already been developed. Visualization tools Visualization tools enable the analytic professional or business user to develop a new story in an interactive, visual paradigm. Today’s visualization tools allow multiple tabs of graphs and charts to be linked to the underlying data. Even more important, the tabs, graphs, and charts can be linked to each other. If a user clicks on the bar for the Northeast region, all the other graphs will instantaneously adjust and show only Northeast data as well. Also Read | The all about Tibco Spotfire reporting These new tools might be thought of