-
sql
SQL Server Tutorial for Beginners (Video)
This is a tutorial about SQL Server for beginners. You can also check this tutorial in the following video: SQL…
Read More » -
Python
How to use XPath in Python
1. Introduction In this example, we will learn about the XPath and how we can use it in Python to…
Read More » -
sql
SQL vs NoSQL Databases
In this article, we will explain the differences between SQL vs NoSQL Databases. You can also check this tutorial in…
Read More » -
sql
SQL Server 2019: Overview and Installation
1. Introduction In this tutorial, we will see some new and key features of SQL Server 2019 and we will…
Read More » -
Core Java
Java 8 vs Java 12
In this article, we will see a comparison of the Java 8 vs Java 12. 1. What is Java? Java…
Read More » -
Python
Python Join List Example
In this article, we will explain how to use the function Join List in Python through examples. 1. Introduction Python…
Read More » -
Core Java
Java Programming Basics
1. Introduction Java is a high-level, general-purpose, object-oriented, and secure programming language developed by James Gosling at Sun Microsystems, Inc.…
Read More » -
Core Java
Java Write String to a File
1. Intruduction In this tutorial, we will see different ways that Java offers to write a String into a file.…
Read More » -
sql
SQL Between, MySQL Between Dates, Not Between
In this example, we will see how to use the BETWEEN operator included in the SQL. 1. Introduction The BETWEEN is…
Read More »