Computer Science, asked by nataliamultani099, 5 hours ago

Q:1 Write a SQL command to get details about the list of students whose favorite color is green where table name is Student?​

Answers

Answered by brinlyqueen
1

Answer:

This guide provides a basic, high level description of the syntax for SQL statements.

SQL is an international standard (ISO), but you will find many differences between implementations. This guide uses MySQL as an example. If you use one of the many other Relational Database Managers (DBMS) you’ll need to check the manual for that DBMS if needed.

Similar questions