Domanda di colloquio di Tata Consultancy Services

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

Risposta di colloquio

Anonimo

19 nov 2021

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