# moviegraph
총 1개의 포스트
[AG] SampleData Import(movie_graph)
postgres=# create user lee with password '0000' superuser ; postgres=# create database sampledb owner lee postgres=# \c sampledb lee You are now connectedto database "sampledb" as user "lee". postgres=# \i cregraph_movie.sql postgres=# \dt List of relations Schema | Name | Type | Owner --------+----------+-------+--------- public | acted_in | table | lee public | directed | table | lee public | follows | table | lee public | movie | table | lee public | person | table | lee public |
2023년 3월 22일
·
0개의 댓글·
0