Posts

Showing posts from April, 2020

SQL Tutorial for Beginners [2020] | SQL Practical -1| SQL Basics for Beginners | Learn SQL

Image
SQL stands for Structured Query Language. It allows to read and modify data through any relational DBMS. SQL is a standard language for storing, manipulating and retrieving data in databases. We will learn following concepts in this tutorial: 1. How to create new database. 2. How to drop database. 3. How to create new table. 4. How to drop the table. 5. How to alter the table. 6.How to use "not null" and "Unique" concepts inside query.

Autoboxing and Unboxing in Java | Java Tutorial| Wrapper class| Autoboxing and Unboxing with Example

Image
Wrapper class in Java, Autoboxing and Unboxing in Java with Example How to Convert Primitive to Wrapper How to Convert Wrapper to Primitive Check out my website - https://gautamcs.blogspot.com/ Do Like , Share and Subscribe to my channel #autoboxing #unboxing #wrapper

SQL Tutorial for Beginners [2020] | SQL Introduction| SQL Basics for Beginners | Learn SQL

Image
SQL stands for Structured Query Language. It allows to read and modify data through any relational DBMS. SQL is a standard language for storing, manipulating and retrieving data in databases.