Pregunta de entrevista de Tata Consultancy Services

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

Respuesta de la entrevista

Anónimo

19 nov 2021

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