1)spreadsheet: https://docs.google.com/spreadsheets/d/1wj9vAe7NfxD4wtCFSE0DqkjlCtN1sLnYXZF3ExXtQLw/edit?gid=0#gid=0 Notes:https://docs.google.com/document/d/1P1w5W-7aKdGxzCZYXb2UyD4B5QwKuTdABNKLIfJZja0/edit#heading=h.itobn6maw32m 2) To Host an static website https://my-resume2k24.neocities.org/ 4)a storage: calendar: https://calendar.google.com/calendar/u/0/r/day/2024/10/16?pli=1 5) app engine: https://www.npackd.org/p/com.google.AppEnginePythonSDK/1.9.62 6) microsoft azure https://portal.azure.com/#home 8)8 program desc keyspaces; use default_keyspace; create table std(id int,sname text,class text,mark int,primary key(id)); insert into std(id,sname,class,mark)values(101,'jagan','a',595); insert into std(id,sname,class,mark)values(121,'Dhanush','a',499); select *from std; update std set mark=588 where id=121; select*from std; delete mark from std where id=121; select*from std; 1)https://astra.datastax.com/org/59d9a10b-7103-4c8d-b840-7f19bcf86d30/database/3df6ff69-2024-4f51-8d8e-43dfde95a053/cqlconsole