Learn SQL +Security(pen) testing from Scratch
- Offered byUDEMY
Learn SQL +Security(pen) testing from Scratch at UDEMY Overview
Duration | 13 hours |
Total fee | ₹490 |
Mode of learning | Online |
Difficulty level | Beginner |
Credential | Certificate |
Learn SQL +Security(pen) testing from Scratch at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- 30-Day Money-Back Guarantee
- Full lifetime access
- Access on mobile and TV
- 3 downloadable resources
Learn SQL +Security(pen) testing from Scratch at UDEMY Course details
- For Any IT professional no matter in what field they are into
- Understand the difference between the INNER JOIN, LEFT/RIGHT OUTER JOIN, and FULL OUTER JOIN- (SQL)
- Create or interact with existing databases and test the Database for schema validations - (SQL)
- Indepth understanding of GROUP BY,Subqueries,aggregate functions, SQL Server functions,HAVING clauses -(SQL)
- Detect Request forgery Designs if present any in Web applications --(Security Testing)
- SQL and Security Testing are Additional skills which every software Engineer need to have irrespective of their role in Project
- This course fulfills the gap by teaching both these topics and also gives you an edge compared to other Engineers at your work
Learn SQL +Security(pen) testing from Scratch at UDEMY Curriculum
Introduction to SQL
Introduction to SQL and MySQL
Downloading MySQL server with workbench
Overview of SQL Editor with basic features
SQL basic Material for reference
CRUD operations on Database with Practical examples
Creating Database and pointing to it
Creating Tables in database
Inserting records into Table
Retrieving records from the Table
SQL commands glossary on discussed Topics
Altering Table Schema operations
Adding and modifying records in a table
Deleting records and droping database
Updating rows in a table
Modifying operations example
SQL Glossary on discussed topics
SQL Logical operators to retrieve Data
Select Distinct keyword in queris
SQL WHERE command usage
Logical operators on Queries AND OR - 1
Logical operators 'In' 'Between'- 2
Regular expressions in writing Smart SQL Queries
Regular expressions Introduction
Wild cards usage in Qeuries -1
SORT by usage in Queries
SQL glossary on discussed topics