Pergunta de entrevista da empresa Tata Consultancy Services

1. How to access SQL queries based on the ID numbers given?

Resposta da entrevista

Sigiloso

19 de nov. de 2021

Use the following query: SELECT ID, name FROM tablename WHERE ID=100;