SQL SERVER – SQL Basics Video: Database Datafiles and Logfiles – SQL in Sixty Seconds #063

This is the 8th post out of my 10 post series of my videos on my 10th book – SQL Basics. Today will show the importance of data and information. You can get that in Paperback (USA) and Kindle (Worldwide). We know that SQL Server stores its data much like other applications, in…
Read More

SQL SERVER – SQL Basics Video: SQL Code Generators – SQL in Sixty Seconds #061

This is the 6th post out of my 10 post series of my videos on my 10th book – SQL Basics. Today will show the importance of data and information. You can get that in Paperback (USA) and Kindle (Worldwide). With the SQL Server Management Studio User Interface (SSMS UI), we can create a table…
Read More
All Articles sqlbasics-1

SQL SERVER – SQL Basics Video: Using Management Studio – SQL in Sixty Seconds #060

This is the 5th post out of my 10 post series of my videos on my 10th book – SQL Basics. Today will show the importance of data and information. You can get that in Paperback (USA) and Kindle (Worldwide). By now you have written several queries. This means you have opened SQL…
Read More

SQL SERVER – SQL Basics Video: Code Comments – SQL in Sixty Seconds #059

This is the 4th post out of my 10 post series of my videos on my 10th book – SQL Basics. Today will show the importance of data and information. You can get that in Paperback (USA) and Kindle (Worldwide). The amount of effort to type the ‘–‘ signs for a single-line comment increases…
Read More

SQL SERVER – SQL Basics Video: Joining Tables – SQL in Sixty Seconds #058

This is the 3rd post out of my 10 post series of my videos on my 10th book – SQL Basics. Today will show the importance of data and information. You can get that in Paperback (USA) and Kindle (Worldwide). An INNER JOIN clause allows us to join multiple tables in a single query,…
Read More