how to access snapshots in iceberg tables?

gaurang033
New Contributor II

I have created an iceberg tables in databricks, and inserted bunch of values in it. 

how do I list the snapshot and other metadata of the tables. 

create table raw.landing.emp_ice(id int, name string ) using iceberg

following doesn't work 

https://iceberg.apache.org/docs/latest/spark-queries/#snapshots

select * from raw.landing.emp_ice.snapshots;

 Error 

`raw`.`landing`.`emp_ice`.`snapshots` is not a valid identifier as it has more than 2 name parts. SQLSTATE: 42601