Computer Science, asked by harshvmishra, 8 months ago

write a sql query to view all record of the table..​

Answers

Answered by rebel22
3

Answer:

Select * from table name

Answered by shripadamolparchure
2

Answer:select*from<table name>

Explanation:

Syntax for selecting all records

Similar questions