CSS Tutorial-Part 2

List=> List property is used to create a list. There are two types of lists: . Unordered lists- An unordered list uses bulleted as the list item…

Read More

What is the best way to learn SQL for data analyst?

Fundamental SQL Statements Create: creating a basic table involves naming the table and defining its columns and each column’s data type.Syntax : CREATE TABLE “table_name”( “column 1”…

Read More