Answers for "yyy"

36

Youtube

Subscribe to Youtube Official Channel and Draxev lmao jk
Posted by: Guest on April-02-2021
0

yyy

create database <data base name of your choice>

create user "<username>" with password '<password>'

To see the all databases:  SHOW DATABASES

Enter the Database: use <database name>

To see all tables inside the database: SHOW MEASUREMENTS

grant all on <data base name> to <username>

insert data (Here Motionsense is a Measurement which is similar to the table 
name of SQL): INSERT MotionSense,SensorType=Gyro roll=1.2,yaw=5,pitch=3

See the data of the Measurements: SELECT * FROM "MotionSense"
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language