Easy way to delete email from inbox in android phone || Swipe right and delete emails

In this quick tutorial, you will learn an easy way to delete emails from the inbox on your Android phones with a right/left swipe. To do this we need to enable a setting in the Gmail app. Let’s do it. If you enjoyed this video tutorial and found it helpful, please consider giving it a … Read more

How to Install Eclipse on Windows 11 without setting up environment variable? || updated 2023

In this video tutorial, you will learn how to install Eclipse on Windows 11 without setting up the Environment variable. In this method, no need to setup jdk path – Benefits of this method – If the system admin blocked your access to the environment variable and you are not able to change anything, in … Read more

MySQL 8.0.33 server installation process on Windows 11 || Step by Step Installation (Updated 2023)

In this video tutorial, we will learn how to install MySQL server and MySQL work bench on windows 11. I have explained the whole process of installation step by step to avoid mistakes or errors. We can use the same procedure for installing MySQL on Windows 10 as well.  Download link : https://dev.mysql.com/downloads/installer/ I hope … Read more

How to install SQLite database on windows 11 || Creating a database and table in SQLite 2023 updated

SQLite is a self-contained, serverless, and zero-configuration database engine that doesn’t require a separate installation process like some other database systems. To use SQLite on Windows 11, you can download a precompiled binary or use it in various programming languages like Python, Java, or C#. Here’s how to get started: Download SQLite Tools:SQLite provides a … Read more

Install and run apk on the Android Emulator | Android Studio | Quick and easy way

To install and run an APK file on the Android Emulator, you can follow these steps: Install Android Studio:If you haven’t already, download and install Android Studio on your computer. You can download it from the official Android Developer website: Download Android Studio. Launch Android Studio:Open Android Studio after it’s installed. Configure Android Emulator:Before you … Read more

How to install Microsoft SQL Server 2022 on Windows 11 ? || SQL Server tutorial for beginners

To install Microsoft SQL Server 2022 on Windows 11, you can follow these steps. SQL Server 2022 is the latest version as of my last knowledge update in September 2021, so please make sure to check for any updates or changes that may have occurred since then. System Requirements: Ensure that your Windows 11 system … Read more

Connecting MS SQL Server in Visual Studio Code || Step-by-Step Tutorial for Beginners

In this tutorial, we will learn to connect Microsoft SQL Server 2022 in Visual Studio code. I have explained the whole process step by step for better understanding. I suggest you watch this tutorial till the end for complete knowledge and then you can easily connect MS SQL server in Visual Studio code. Inside vs … Read more

Connecting MySql Server in Visual Studio Code

In this video tutorial, you will learn to connect MySQL server in visual studio code. Also, we will fix the issue of authentication mode by creating a new user with a password and then we login in SQL server from visual studio code. I have explained everything there in this tutorial step by step, so … Read more

Comment/uncomment your T-SQL code in SQL Server Management Studio || Tutorial for Beginners

In this tutorial you will learn the following things:   1) Comment/uncomment your T-SQL code in SQL Server Management Studio  2) Indent your SQL queries I hope you found this tutorial helpful, please consider giving a thumbs up and hit the subscribe button to motivate me. Your support is what keeps me inspired and motivated to … Read more

Using Filters in Object Explorer in MS SQL Server Management Studio || Tutorial for Beginners

In databases that have many objects, you can use filtering to search for specific tables, views, etc. This tutorial will show you how to filter for tables, but you can use the same steps in any other node in Object Explorer. I hope you found this tutorial helpful, please consider giving thumbs up and hit … Read more