This tutorial will give you a quick start to SQL. It covers most of the topics required for a basic understanding of SQL and to get a feel of how it works: https://www.tutorialspoint.com/sql/index.htm Also you can go to MS SQL Server – Management Studio tutorials: https://www.tutorialspoint.com/ms_sql_server/ms_sql_server_management_studio.htm
Learn SQL via w3schools
Learn how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, Postgres, and other database systems: https://www.w3schools.com/sql/default.asp
Learn Microsoft SQL Server via SQL Server Management Studio (SSMS) site
Learn sql server online free. How to learn sql server? In this section it will be discussing about the following topics: we’ll briefly discuss what a database is. Is how to install Microsoft SQL Server specifically the developer version what the SQL Server Management Studio or SSMS environment looks like. We’ll see how to use some of important shortcuts. Go to SSMS site: https://sqlservermanagementstudio.org/learn-microsoft-sql-server-introduction
JAVA 101: LEARN JAVA
TUTORIAL SERIES: DATA STRUCTURES AND ALGORITHMS IN JAVA
Data structures and algorithms in Java: A beginner’s guide
This tutorial series is a beginner’s guide to data structures and algorithms in Java. You’ll learn:
- How to recognize and use array and list data structures in your Java programs.
- Which algorithms work best with different types of array and list data structures.
- Why some algorithms will work better than others for your specific use case.
- How to use time and space complexity measurements to choose the most efficient algorithm for your use case.
Go to JavaWorld lessons.