Skip to content
Technology and Trends
  • Home
  • Database
  • Big Data
  • Hadoop
  • Spark
  • Linux
  • Interviews
  • Toggle website search
Menu Close
  • Home
  • Database
  • Big Data
  • Hadoop
  • Spark
  • Linux
  • Interviews
  • Toggle website search

Database

  1. Home>
  2. Database

Aggregate and Scalar Functions in Database

  • Post author:nitendratech
  • Post category:Database
  • Post comments:1 Comment
  • Post published:April 6, 2024

What is Aggregate Function? An aggregate function in a database is a function that operates on a set of values and returns a single aggregated value as a result. These…

Continue ReadingAggregate and Scalar Functions in Database

Difference between SQL GROUP By and HAVING Clause

  • Post author:nitendratech
  • Post category:Database
  • Post comments:1 Comment
  • Post published:January 15, 2024

In RDBMS, both the GROUP BY and HAVING clauses are used in combination with aggregate functions to perform operations on grouped data. However, they are used for different purposes in…

Continue ReadingDifference between SQL GROUP By and HAVING Clause

What is the Fill factor in SQL Server?

  • Post author:nitendratech
  • Post category:Database
  • Post comments:1 Comment
  • Post published:January 2, 2024

The fill factor in the Microsoft SQL server is the setting that specifies the percentage of space on each leaf-level page to be filled with data when the index is…

Continue ReadingWhat is the Fill factor in SQL Server?

SQL INSERT INTO STATEMENT

  • Post author:nitendratech
  • Post category:Database
  • Post comments:0 Comments
  • Post published:August 4, 2023

In RDBMS, we can use the INSERT INTO statement to insert one or more records into a table. When the database adds a new row, it checks for all the…

Continue ReadingSQL INSERT INTO STATEMENT

SQL LIKE Operator

  • Post author:nitendratech
  • Post category:Database
  • Post comments:1 Comment
  • Post published:July 3, 2023

The SQL-like operator is used in WHERE the clause that compares a column value to similar values using wildcard operations. LIKE operator is used to filtering records and pattern matching…

Continue ReadingSQL LIKE Operator

SQL CREATE Table Statement

  • Post author:nitendratech
  • Post category:Database
  • Post comments:1 Comment
  • Post published:November 10, 2022

CREATE TABLE statement is used to create a new table in a database. This statement is applicable in many databases like Oracle, Microsoft SQL Server, and MySQL. There are two…

Continue ReadingSQL CREATE Table Statement

What are SQL Transactions?

  • Post author:nitendratech
  • Post category:Database
  • Post comments:0 Comments
  • Post published:July 27, 2022

A transaction is a logical atomic unit of database operations that is executed as a single unit. It can have a single or multiple statements. SQL-based transaction satisfies the ACID-based…

Continue ReadingWhat are SQL Transactions?

What is a Distributed Database?

  • Post author:nitendratech
  • Post category:Database
  • Post comments:0 Comments
  • Post published:July 18, 2022

In the Current world, Data is the new gold or oil for many organizations. It is a lifeline for many businesses as it provides valuable information to a different line…

Continue ReadingWhat is a Distributed Database?

What is ETL Testing and its Importance?

  • Post author:nitendratech
  • Post category:Database
  • Post comments:1 Comment
  • Post published:June 24, 2022

What is ETL? ETL stands for Extract, Transform and Load. It is used for extracting data from different sources and transforming it and loading the data for the end-users to…

Continue ReadingWhat is ETL Testing and its Importance?

What is Metadata and why it’s important?

  • Post author:nitendratech
  • Post category:Database
  • Post comments:1 Comment
  • Post published:June 17, 2022

What exactly is Metadata? Metadata is the information that describes other data, or, simply speaking, it is data about the data. It is the descriptive, administrative, and structural data that defines…

Continue ReadingWhat is Metadata and why it’s important?
  • 1
  • 2
  • 3
  • 4
  • 5
  • Go to the next page

Categories

  • Big Data
  • Data Science
  • Database
  • Hadoop
  • Hive
  • Interview
  • Java
  • Kafka
  • Linux
  • Programming
  • Scala
  • Spark
  • Technology

Recent Post

  • Data Engineering User Guide
  • Data Observability and Its Importance in Modern Data Tech Stack
  • Understanding difference between Stateless and Stateful Systems
  • What is Data Migration?
  • What is Large Language Models(LLM)?
  • Disclaimer
  • About Us
  • Contact Me
Copyright 2025 @Nitendratech.com