by Selecting, This Shows All The Fields and Records in Table
by Selecting, This Shows All The Fields and Records in Table
8. This is displaying records that have city selected: München OR city selected: Berlin
12. This is listing the records in a way that the countries’ name is in descending alphabetical order (Z to
A)
13. This is displaying records first ascending in country then next ascending in customer name
14. By inserting this, it just added another row in our database only in certain columns with these values
15. This inserts and fills up a complete row in all the columns
16. This is displaying the certain selected columns where the address value is empty
17. This is displaying the certain selected columns where the address value is not empty
18. This is changing/updating the values in the previous record where the customer id is 1
19. This is updating the entire database, changing every contact name
24. This is showing top 3 values of the condition that country is germany
25. This is displaying the entry that has the smallest price in the database
26. This is displaying the entry that has the highest price in the database
27. This displays how many records are in the database
32. This will find all values that have ‘or’ in any position of the customer name
33. This will find all values that have ‘r’ in second position of the customer name
34. In this the contact name should start with a and end with o
35. This selects all the rows in which the customer name does not start with a
36. This selects all the rows in which the city name starts with ‘ber’
37. displays the entries where city ends in ‘ondon’
40. This acts like a OR statement so this one shows all entries in which country is germany or France or
uk. We can select multiple or choices
41 . This acts like an opposite of OR statement so this one shows all entries except in which country is
germany or France or uk.
42. This is giving a price range to the price column that it should be from 10 to 20
43. This is excluding the range 10 to 20 from the price column
46. This is combining two fields of two tables and displaying them in ascending order only once
48.
This is grouping all the customers and summing up them according to the country
49. This is combined grouping and having
50. This tests for existence of the records where all the conditions are met