1.

Solve : SQL Query?

Answer»

I would like to WRITE query that does the following
assuming: i hav a DATABASE with a table called Projects

a query that list details of any PROJECT i.e. when the user ENTERS any ProjectID

SQL is crazy pls helpWhat program are you using to query the database?

The basic SQL query would be:SELECT * FROM Projects WHERE ProjectID = x;Replace x with the ID entered by the user. How you do that depends on the answer to my first question.



Discussion

No Comment Found