MySQL (1)
MySQL (1)
54
MySQL Queries
1. To see the data base and use it.
2. To create a table.
55
3. To insert the values in table.
56
5. To see the data inserted in table.
57
8. To use ORDER BY clause.
58
11. To use IN and NOT IN clause.
59
13. To use IS NULL and IS NOT NULL.
60
15. To use LIKE clause.
61
16. To use of ‘sum()’, ‘max()’, ‘min()’,‘avg()’ function.
62
18. To rename the table name.
63
20. To print the name in upper case and lower case.
21. To print some of the letters from left and right side
of name.
64
22. To use mid() and substr() function.
65
24. To use some of the numeric function.
66
25. To use Date and Time functions.
67
68