Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikulnayem94 authored May 18, 2021
1 parent 6a145b9 commit 6aa6fdd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,18 @@ FROM student_details
ORDER BY CGPA, City;


Delete null Rows:
Command:............................................................................
DELETE FROM student_detail WHERE Roll IS NULL


Set new data into null column:
Command:............................................................................
UPDATE student_detail SET CITY = 'Dhaka' WHERE Roll = 101


Arithmetic Operator:
Command:..........................................................................
Command:............................................................................
SELECT
5+7,
15-11,
Expand Down

1 comment on commit 6aa6fdd

@tarikulnayem94
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MySQL is a database system used on the web · MySQL is a database system that runs on a server · MySQL is ideal for both small and large. Here I have added some commands to MySQL.

Please sign in to comment.