Hi programmers , welcome to another Microsoft SQL server post. this article i’ll write different query to create table and insert records in SQL server. The Create statement is used to create tables and insert statement is used to inserting data into database table. let’s see the queries. 1.Creating basic tables without using any constraints. […]
Month: January 2021
Java program to find product of digits
Hi programmers , welcome to new post of java programming. this post i’ll write various ways to perform product of digits using java language. Example of product of digits means digit multiplication of given number.234 is solved as 2 * 3 * 4 = 24.we can do product of digits of a number using while […]
Java program to find sum of digits
Hi programmers , welcome to new post of java programming. this post i’ll write various ways to perform sum of digits using java language. Example of sum of digits means digit sum of given number.234 is solved as 2 + 3 + 4 = 9.we can do Sum of digits of a number using while […]
Install SQL Server 2019 on Windows 10 [2021]
Hi Programmers, welcome to new post Microsoft SQL Server 2019 version in Windows operating system.First we need to download SQL server 2019 . For installation , let’s follow the following steps.Step1. click setup file of SQL server 2019 –>installation –> click New SQL server stand-alone installation. see below image. Step2: Speify types of edition(Developer) –> […]
Install SQL Server Management Studio 18
Hi Programmers, welcome to new post Microsoft SQL Server Management Studio 18 version in Windows operating system.First we need to download SQL server 2019 and ssms 18.8(any latest version). For installation , let’s follow the following steps. Step1.click setup file of SQL server 2019 –>installation –> click New SQL server stand-alone installation. see below image. […]