How to Create a Database?
Before creating a database use master as a default database then only the database will be created.
How to create a table?
How to view the table's present in a database?
How to insert records into the table?
How to update a record?
How to change the column datatype size?
How to delete a record from table?
How to drop a column from a table?
String Functions:
Math Functions:
Count:
Average:
Sum:
Max:
Min:
Before creating a database use master as a default database then only the database will be created.
How to view the records from table?
Count: