Answer Posted / Upendra Yadav
To create a database in Neo4j, you can use the neo4j-admin tool with the following command: neo4j-admin create-database <database_name>. To delete a database, you can use the same tool with the following command: neo4j-admin shutdown && neo4j-admin remove-database <database_name> && neo4j-admin start
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category