TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About query language
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shweta Lodha (7)
John Godel (6)
Pratik Somaiya (2)
Abiola David (2)
Muhammad Imran Ansari (1)
Rohini Parade (1)
Ayush Gupta (1)
Jitendra Mesavaniya (1)
Sarthak Varshney (1)
Rathrola Prem Kumar (1)
Subarta Ray (1)
Mahesh Chand (1)
Anand Lakshminarasimh (1)
Sanjay Singh (1)
Gourav Jain (1)
Ankit Kanojia (1)
Artur M (1)
Related resources for query language
No resource found
Explaning Joins in Azure Cosmos DB
9/30/2024 8:45:05 AM.
Azure Cosmos DB enables seamless querying using SQL-like syntax, allowing joins within JSON documents. This feature facilitates data retrieval from arrays and nested objects within a single container,
MongoDB Comparison Operators
9/20/2024 7:46:04 AM.
Learn how to use MongoDB comparison operators like $eq, $ne, $gt, $lt, and more in this comprehensive guide. Master querying and filtering data with practical examples and best practices for efficient
An In-depth Look at Kusto Query Language (KQL)
5/28/2024 10:40:36 AM.
Delve into Kusto Query Language (KQL), the powerful syntax behind Azure Data Explorer. From data querying to advanced analytics, KQL facilitates efficient data analysis, aggregation, and visualization
Azure Data Explorer - Kusto Query - Transform Rows To Columns
5/17/2024 11:08:46 AM.
In Azure Data Explorer using Kusto Query Language, transform rows to columns using operators like Pivot or Transpose. Aggregate and reshape data with Summarize and Project, facilitating efficient anal
Azure Data Explorer - Reading JSON Data Using Kusto
5/16/2024 9:29:44 AM.
Azure Data Explorer empowers efficient querying of JSON data through Kusto Query Language (KQL). Explore, analyze, and visualize structured or unstructured data with ease, leveraging powerful data ing
Difference between SQL and T-SQL
5/9/2024 10:35:19 AM.
In the realm of relational database management systems (RDBMS), SQL (Structured Query Language) and T-SQL (Transact-SQL) are often used interchangeably. In this article, we'll delve into the key d
Connecting Grafana to Data Sources
5/6/2024 5:19:15 AM.
Connect Grafana to databases, APIs, and more for powerful data visualization. Link MySQL, PostgreSQL, or InfluxDB seamlessly and extend with plugins for MongoDB, Kafka, REST APIs, and cloud platforms
Why GraphQL Is An Alternative Over React API
3/21/2024 6:26:24 AM.
GraphQL offers a more flexible and efficient approach compared to traditional REST APIs, especially when integrated with React. With GraphQL, frontend developers can request only the data they need, r
Analysis of T-SQL and PL/SQL
2/12/2024 4:03:24 AM.
This article delves into the distinctions between Transact-SQL (T-SQL) and PL/SQL, examining their origins, syntax, functionality, and optimization strategies. Explore their unique features for effici
Supported File Types for Data Ingestion into KQL Database in Fabric
2/6/2024 10:04:20 AM.
This article is about Understanding the Supported File Types for Data Ingestion into the KQL Database in Fabric Real-time Analytics. Supported file types include JSON, CSV, XML, & Text. Note: XLSX
Mastering T-SQL Rank Functions
2/6/2024 9:28:41 AM.
SQL window functions like ROW_NUMBER, RANK, DENSE_RANK, and NTILE are vital for advanced data analysis. They organize, order, and rank data within result sets. ROW_NUMBER assigns unique sequential nu
Exploring Kusto Query Language (KQL): Uses, Queries, and Unique Features
12/1/2023 5:09:29 AM.
Kusto Query Language (KQL) is a potent tool developed by Microsoft for diverse data analytics needs. Uncover its applications across industries, from log analytics to IoT, and explore essential querie
Fetch Data from Azure Data Explorer of the Kusto Microsoft Fabric Database in Excel
11/7/2023 5:19:43 AM.
In this video, I demo how to fetch data from azure data explorer of the kusto Microsoft Fabric database in Excel.
What Is A Network Database?
8/10/2023 7:00:36 AM.
Network databases represent data in a tree-like structure. In this article, we'll learn basics of hierarchical database management systems and how data is represented and stored in a hierarchical
Object Relational Mapping (ORM) Using NHibernate - Part 5 - A of 8
8/4/2023 11:39:30 AM.
This is Part 5A of the article series, which concentrates on Many-to-Many Entity Association with a commonly used example but the model and code is a little different.
Structured Query Language: Part 1
2/21/2023 5:54:37 AM.
This article is an introduction to the Structured Query Language (SQL) and its most common commands.
What Is GraphQL
12/30/2022 6:27:00 AM.
This would be a series of articles, in this article, we would talk about GraphQL, its comparison with REST and how does it work, why it is used and its operation types
GraphQL | A Query Language For Your API | Rest API
2/19/2021 4:21:20 PM.
GraphQL is a query language(“QL” stands for) that described how exactly a client should be requested for an information thorough application programming interface called API. It is a syntax that devel
Real Life SQL And .NET - Part One
12/6/2020 10:41:53 PM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be req
Azure Data Explorer - Perform Calculation On Multiple Values From Single Kusto Input
11/19/2020 2:44:41 AM.
This article will explain how to perform multiple calculations, i.e. on single set of data.
Azure Data Explorer - Working With Kusto Case Sensitivity
11/10/2020 9:04:40 PM.
This article explains about various approaches to handle casing scenarios for kusto query.
Real Life SQL and .NET: Part V
10/30/2020 4:33:05 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be req
Real Life SQL and .NET : using SQL with C#: Part XI
10/28/2020 1:12:45 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be req
Azure Data Explorer - Kusto Query - Get Data For Last 20 Days
10/22/2020 7:03:32 AM.
This article explains on how to fetch logs for past number of days using Kusto from Azure Data Explorer
Azure Data Explorer - Kusto Query - Get Min/Max Within Each Category Filter
10/22/2020 7:02:52 AM.
This article will guide you on how to get maximum and the minimum values for each unique combination of given columns
Azure Data Explorer - Kusto Query - Get Categorial Count
10/22/2020 7:01:35 AM.
This article will talk about how to get the count based on defined criteria.
SQL For Beginners
8/9/2019 11:42:01 AM.
In this video series, we will learn dive deep into the concept of Structured Query Language (SQL) from the very basics. This article is ideal for beginners who want to learn SQL from scratch.
Real Life SQL and .NET :Using SQL with C#: Part VIII
10/27/2006 1:15:53 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Real Life SQL and .NET: Part II
2/8/2006 5:55:26 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Real Life SQL and .NET: Part IV
2/8/2006 5:45:43 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.