Analyst and Consultant
Analyst and Consultant Interview Questions and Answers
Q1. Write a query to delete null values in oracle
Query to delete null values in Oracle
Use the DELETE statement with the IS NULL condition
Specify the table name and column name in the WHERE clause
Commit the changes after executing the query
Q2. Difference between delete, drop, truncate
Delete, drop, and truncate are SQL commands used to remove data from a table.
DELETE command removes specific rows from a table
DROP command removes an entire table from the database
TRUNCATE command removes all rows from a table
Q3. What is windows key in oracle
Windows key in Oracle refers to the key used to access the Start menu and other Windows features while using Oracle applications.
The Windows key can be used to quickly switch between Oracle applications and other open programs on the computer.
Pressing the Windows key + D will minimize all open windows and show the desktop.
The Windows key can also be used to open the Run dialog box and access various system settings.
In Oracle applications, the Windows key can be used to access...read more
Q4. Why we are using fixed lod
Fixed LOD is used to create a level of detail that remains constant regardless of the view's dimensions.
Fixed LOD helps in maintaining a consistent level of detail in the visualization.
It is useful when we want to focus on a specific aspect of the data.
Fixed LOD can be used to create a reference line or a benchmark for comparison.
For example, we can use fixed LOD to show the average sales for a specific category of products.
Q5. Types of lod functions in tableau
LOD functions in Tableau are used to perform calculations at different levels of detail.
FIXED LOD functions: used to create a calculation that is independent of the level of detail in the view
INCLUDE LOD functions: used to create a calculation that includes a specific dimension in the view
EXCLUDE LOD functions: used to create a calculation that excludes a specific dimension in the view
Examples: {FIXED [Region]: SUM([Sales])}, {INCLUDE [Category]: AVG([Profit])}, {EXCLUDE [Sub...read more
Interview Questions of Similar Designations
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month