Error query to mariadb

i have error in

select * from tabregistration of incoming raw materials;

or select * from “tabregistration of incoming raw materials”;

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘incoming raw materials’ at line 1

if I make a request to a table whose name consists of one word, then everything works normally.

How to query tables with multi-word names?

try: select * from tabregistration of incoming raw materials;

Many thanks!
It turns out there are different types of quotes.
I tried
‘’
"
but it worked with
`