SQL Commands
SQL Commands
Shahnuma Khan
Computer Science
Elements of MYSQL
Literals
Datatype
NULL Value
Calculation Using arithmetic operators
SQL Operators
Update
1. Update tablename set columnname = newvalue
It will update all the record with the given new value.
Write a query to display report showing coachname, pay, age and bonus (15% of pay)
for all coaches.