Computer Science, asked by ushamahar6244, 11 months ago

With sql how can you delete the records where the firstname is peter in the persons table

Answers

Answered by Anonymous
4

\huge\mathcal{Answer}

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 Anonymous
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