I have just installed Sql Server 2017 and it's Management studio for practicing Graph database but I have problem creating a Node table. I get an error while creating a Node table and I can not see anything related to the graphs :
CREATE TABLE Users (ID INTEGER PRIMARY KEY, NickName VARCHAR(100)) AS NODE;
The error :
Incorrect syntax near the keyword 'AS'