Added select statement to view changes after firing query 1.
This commit is contained in:
parent
0178c80bf5
commit
3dc3d1e78c
@ -108,6 +108,7 @@ INSERT INTO Manages VALUES
|
|||||||
1. Change the city of employee working with InfoSys to ‘Bangalore’
|
1. Change the city of employee working with InfoSys to ‘Bangalore’
|
||||||
```sql
|
```sql
|
||||||
UPDATE Company SET city = "Bangalore" WHERE company_name = "Infosys";
|
UPDATE Company SET city = "Bangalore" WHERE company_name = "Infosys";
|
||||||
|
SELECT * FROM Company;
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user