asked 48.3k views
3 votes
Using the Java SQL Shell, which command will connect to a database called mybigdata?

A. ./jsqsh mybigdata
B. ./jsqsh go mybigdata
C. ./java mybigdata
D. ./java tables

1 Answer

2 votes

Final answer:

The correct command to connect to a database called mybigdata using the Java SQL Shell is ./jsqsh mybigdata.

Step-by-step explanation:

The correct command to connect to a database called mybigdata using the Java SQL Shell is ./jsqsh mybigdata. This command specifies the path to the Java SQL Shell executable file, followed by the name of the database to connect to.

answered
User Kevin Arthur
by
8.5k points