Skip to content

Latest commit

 

History

History
1052 lines (705 loc) · 30.4 KB

query_logs.md

File metadata and controls

1052 lines (705 loc) · 30.4 KB

04-Oct-2023 20:55 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

04-Oct-2023 20:55 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

04-Oct-2023 20:55 (UTC):

SELECT * FROM Master LIMIT 1

04-Oct-2023 20:55 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

04-Oct-2023 20:55 (UTC):

SELECT * FROM Master LIMIT 1

04-Oct-2023 20:55 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

04-Oct-2023 20:55 (UTC):

SELECT * FROM Master

04-Oct-2023 20:55 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

04-Oct-2023 20:55 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

04-Oct-2023 20:55 (UTC):

SELECT * FROM Master LIMIT 5;

04-Oct-2023 20:55 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

04-Oct-2023 20:55 (UTC):

DELETE FROM Master WHERE "id" IS 1;

04-Oct-2023 20:55 (UTC):

SELECT * FROM Master LIMIT 1

04-Oct-2023 23:53 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

04-Oct-2023 23:53 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

04-Oct-2023 23:53 (UTC):

SELECT * FROM Master LIMIT 1

04-Oct-2023 23:53 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

04-Oct-2023 23:53 (UTC):

SELECT * FROM Master LIMIT 1

04-Oct-2023 23:53 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

04-Oct-2023 23:53 (UTC):

SELECT * FROM Master

04-Oct-2023 23:53 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

04-Oct-2023 23:53 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

04-Oct-2023 23:53 (UTC):

SELECT * FROM Master LIMIT 5;

04-Oct-2023 23:53 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

04-Oct-2023 23:53 (UTC):

DELETE FROM Master WHERE "id" IS 1;

04-Oct-2023 23:53 (UTC):

SELECT * FROM Master LIMIT 1

04-Oct-2023 23:56 (UTC):

SELECT * from Master LIMIT 1

04-Oct-2023 23:57 (UTC):

SELECT *  LIMIT 1

04-Oct-2023 23:57 (UTC):

SELECT * FROM Master LIMIT 5;

04-Oct-2023 23:57 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 00:00 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:00 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:00 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:00 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 00:00 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:00 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 00:00 (UTC):

SELECT * FROM Master

05-Oct-2023 00:00 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:00 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:00 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 00:00 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 00:00 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 00:00 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:24 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:24 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:24 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:24 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 00:24 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:24 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 00:24 (UTC):

SELECT * FROM Master

05-Oct-2023 00:25 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:25 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:25 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 00:25 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 00:25 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 00:25 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:26 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:26 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:26 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:26 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 00:26 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:26 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 00:26 (UTC):

SELECT * FROM Master

05-Oct-2023 00:26 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:26 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:26 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 00:26 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 00:26 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 00:26 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:28 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:28 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:28 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:28 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 00:28 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:28 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 00:28 (UTC):

SELECT * FROM Master

05-Oct-2023 00:28 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:28 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:28 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 00:28 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 00:28 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 00:28 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:31 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:31 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:31 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:31 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 00:31 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 00:31 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 00:31 (UTC):

SELECT * FROM Master

05-Oct-2023 00:31 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 00:31 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 00:31 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 00:31 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 00:31 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 00:31 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:25 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 03:25 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 03:25 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:25 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 03:25 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:25 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 03:25 (UTC):

SELECT * FROM Master

05-Oct-2023 03:25 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 03:25 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 03:25 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 03:25 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 03:25 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 03:25 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:27 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 03:27 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 03:27 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:27 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 03:27 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:27 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 03:27 (UTC):

SELECT * FROM Master

05-Oct-2023 03:27 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 03:27 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 03:27 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 03:27 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 03:27 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 03:27 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:57 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 03:57 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 03:57 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:57 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 03:57 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 03:57 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 03:57 (UTC):

SELECT * FROM Master

05-Oct-2023 03:57 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 03:57 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 03:57 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 03:57 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 03:57 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 03:57 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 04:01 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 04:01 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 04:01 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 04:01 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 04:01 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 04:01 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 04:01 (UTC):

SELECT * FROM Master

05-Oct-2023 04:01 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 04:01 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 04:01 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 04:01 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 04:01 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 04:01 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 06:26 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 06:26 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 06:26 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 06:26 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 06:26 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 06:26 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 06:26 (UTC):

SELECT * FROM Master

05-Oct-2023 06:26 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 06:26 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 06:26 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 06:26 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 06:26 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 06:26 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 06:29 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 06:29 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 06:29 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 06:29 (UTC):

UPDATE Master SET make = 'alfa_romero' WHERE make = 'alfa-romero'

05-Oct-2023 06:29 (UTC):

SELECT * FROM Master LIMIT 1

05-Oct-2023 06:29 (UTC):

DELETE FROM Master WHERE make = 'alfa_romero'

05-Oct-2023 06:29 (UTC):

SELECT * FROM Master

05-Oct-2023 06:29 (UTC):

CREATE TABLE Master (id INTEGER PRIMARY KEY AUTOINCREMENT,symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price)

05-Oct-2023 06:29 (UTC):

INSERT INTO Master(symboling, normalized_losses, make, fuel_type, aspiration, num_of_doors, body_style, drive_wheels, engine_location, wheel_base, length, width, height, curb_weight, engine_type, num_of_cylinders, engine_size, fuel_system, bore, stroke, compression_ratio, horsepower, peak_rpm, city_mpg, highway_mpg, price) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)

05-Oct-2023 06:29 (UTC):

SELECT * FROM Master LIMIT 5;

05-Oct-2023 06:29 (UTC):

UPDATE Master SET "normalized_losses" = 'Unknown'  
            WHERE "normalized_losses" IS "?";

05-Oct-2023 06:29 (UTC):

DELETE FROM Master WHERE "id" IS 1;

05-Oct-2023 06:29 (UTC):

SELECT * FROM Master LIMIT 1