Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Tag: Sql

February 11, 2022 Database

LINQ (Language Integrated Query)

February 11, 2022 Database
Post Views: 4,450
| By Webner

Introduction: LINQ is a uniform query syntax in C# to save and retrieve data from different sources. It is integrated into C# eliminating the impedance mismatch between programming languages and databases, as well as providing a single querying interface for

Read More
May 29, 2020 Database

Advanced SQL – Indexes and Triggers

May 29, 2020 Database
Post Views: 10,365
| By Webner

Introduction The SQL database provides a lot of commands and functions. With the help of them, we can manage a huge amount of data easily in the database. Following are some of the examples: INDEX: In the SQL database Index

Read More
March 19, 2019 Database / Others (Technical) / Web Development

Understanding Azure Functions with Example

March 19, 2019 Database / Others (Technical) / Web Development
Post Views: 4,780
| By Webner

What are Azure functions? Example of Invoking Azure functions inside the Logic App. Azure Functions In General, functions are used to run the small pieces of code to make it reusable. Similarly, Azure functions are used to run the small

Read More
March 12, 2019 Others (Technical) / Web Development

PostgreSQL – Server doesn’t listen error

March 12, 2019 Others (Technical) / Web Development
Post Views: 3,322
| By Webner

How to fix PostgreSQL server doesn’t listen error While trying to connect to Postgress you may face this error – Server doesn’t listen. Error: This is not an error exactly but an exception that occurs when we are running two

Read More
August 17, 2018 Database

PostgreSQL – Server doesn’t listen error

August 17, 2018 Database
Post Views: 2,432
| By Webner

How to fix PostgreSQL server doesn’t listen error While trying to connect to Postgress you may face this error – Server doesn’t listen. Error: This is not an error exactly but an exception that occurs when we are running two

Read More
August 7, 2018 Database

Improve SQL query performance

August 7, 2018 Database
Post Views: 4,721
| By Webner

Tips to improve SQL query performance 1. Avoid usage of multiple joins in a single query. Unnecessary joins degrade your query performance. 2. Creation of indexes on the table. Indexes are used for improving your queries. We need to create

Read More

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection