Computer Science, asked by u43005985, 1 month ago

What is the output by the SQL query: SELECT 1 * 4 ?​

Answers

Answered by Anonymous
2

Explanation:

follw me fast I give 100+ pts daily

Answered by ChandiniCN
4

The statement 'select 1' from any table name means that it returns only 1. For example, If any table has 4 records then it will return 1 four times.

Similar questions