After successful receiving data from the database, we want to display more data on our terminal, e.g. the content of an already existing database table. Follow for that the steps below:
B01: Change the sql statement from SELECT sysdate(); into SELECT * FROM users;
B02: Display the resultset from the database on your terminal by using the node command
B03: Change the order of the sql statement and display the result on your terminal