SQL Server Comparison Operator In SQL Server, the comparison operators are used to test for equality and inequality. These operators are used…
architecture
-
-
Kotlin String The String class represents an array of char types. Strings are immutable which means the length and elements cannot be…
-
Kotlin Array Array is collection of similar data types either of Int, String etc. Array in Kotlinis mutable in nature with fixed…
-
How to find SQL Server Version A version is a specific form of something that varies from other forms of the same…
-
SQL Server Management Studio (SSMS) MS SQL Server Management Studio is a workstation or a client tool which is used to connect…
-
How to Download and Install MS SQL Server This article gives a complete overview of how we can install and configure SQL…
-
Kotlin Environment Setup (Command line) Prerequisite Since Kotlin runs on JVM, it is necessary to install JDK and setup the JDK and…
-
Kotlin Environment Setup (IDE) Install JDK and Setup JDK path Since, Kotlin runs on JVM, it is necessary to install JDK and…
-
Using Google reCAPTCHA in Android Application In this tutorial, we will learn the working process of Google reCaptcha and integrate it in…
-
Android Studio Installation To develop an android application using Kotlin, we need a Android application development IDE such as Android Studio. Android…