Building Software (End-to-End)

Udemy Certificate USD 19.99
Enroll now →
Building Software (End-to-End)

About this course

This is a course like no other.  This course takes you from zero to hero in 14 simple stepsI have broken down the basics of Software development , designed a simple database and build an application from scratch to the end. In this course , we are doing the following:A discussion of what content you may want to store in a database of Covid-19 patients.Create a databaseCreate a table Create fields to hold different attributes of a patient e.g. Name, Date of Birth etc.Create a form. This is the user interface where records can be captured. In this section, you will learn how to relate a database and the interfaceFinally, we are handling the famous CRUD acronym  - Create  - Retrieve - Update - DeleteCreate - This is inserting records into the database.  A user captures information into a form and clicks on the save button. The INSERT commands sends that information to the database.Retrieve - Once the data is stored. You will want to display it somewhere. SELECT command is responsible for the same.Update - Sometimes, the data that is in the database needs to be changed or updated. UPDATE statement is used for that purpose.Delete - The unwanted records have to be removed. DELETE command in this case is used.

What you'll learn

  • understand the basics of software development
  • create and manage a database
  • design user interfaces for data entry
  • perform CRUD operations

Skills you'll gain

Related courses

Course details are provided by the platform and may change — always confirm on the provider's site. Links may be affiliate links.