The SELECT statement is used to select data from the database or more specifically table.Use Case 1: Selecting all rows of table -Use Case 2: Selecting specific column from table -Use Case 3: Select distinct items from table -