How To Create Pie Chart in Tableau

How To Create Pie Chart in Tableau

A pie chart represents data as slices of a circle with different sizes and colors. The slices are labelled and the numbers corresponding to each slice is also represented in the chart. You can select the pie chart option from the Marks card to create a pie chart. By...
Securities In Cognos Framework Manager

Securities In Cognos Framework Manager

In Cognos framework manager, we can implement securities is a way of restricting access to the metadata or data from the users while accessing the reports. There are three different types of securities we can implement in the Cognos Framework Manager. The securities...
SQL DDL Commands

SQL DDL Commands

Structured Query Language (SQL) is known as the database language. SQL commands are instructions, coded into SQL statements, which are used to communicate with the database to perform specific tasks, work, functions and queries with data. SQL commands are mainly...
Pattern Joins in Oracle Using Like Operator

Pattern Joins in Oracle Using Like Operator

The Like operator is used to search the pattern in one table. Similarly, we can use the like operator along with the concatenation function to do a pattern matching between the multiple tables. Here I have given example for two tables. Examples: Here I have created...
Understanding Amazon DynamoDB

Understanding Amazon DynamoDB

Introduction Amazon DynamoDB is one of the non-relational and No-SQL database products from AWS. It supports both key-value and document store. It is serverless and fully managed database service. AWS takes care of all management tasks such as hardware provisioning,...