With sql how can you delete the records where the firstname is peter in the persons table
Answers
Answered by
4
The OR operator displays a record if both the first condition and the second condition is true. With SQL, how do you select all the records from a table named "Persons" where the "FirstName" is "Peter" and the "LastName" is "Jackson"?
Answered by
2
The OR operator displays a record if both the first condition and the second condition is true. With SQL, how do you select all the records from a table named "Persons" where the "FirstName" is "Peter" and the "LastName" is "Jackson"?
...
SELECT UNIQUE.
SELECT DIFFERENT.
SELECT DISTINCT.
Similar questions
Political Science,
6 months ago
Physics,
6 months ago
Math,
11 months ago
Math,
11 months ago
Chemistry,
1 year ago