+ 4
what is the result for this query SELECT god FROM religion?
the God query
8 ответов
+ 3
this query will return only God column from religion table, but if u don't wanna return duplicated God names from religion table u must use this query below:
SELECT DISTINCT God FROM religion
+ 1
i think no record there
+ 1
SQL will first ask you to provide a solid evidence for the existence of that column. Otherwise, your query will be dismissed.
+ 1
if your database exists then this sql query will return god column from the table named religion.
0
if religion table with God column exist in the database that you are querying it returns all the gods rows which are available in that religion table.
0
this query will return all the gods
0
select * from religion,* means all
0
you have table its name is religion,in religion there some colums.one of the column name is god