Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • SQLite query of SELECT is not working on jupyter notebook.

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 304
    Answer it

    """ INSERT INTO ACTOR VALUES (

                { aid = '1', fname = "fname1", lname = "lname1", gender = "male" },

                { aid = '2', fname = "fname2", lname = "lname2", gender = "female" },

                { aid = '3', fname = "fname3", lname = "lname3", gender = "male" },

                { aid = '4', fname = "fname4", lname = "lname4", gender = "female" },

                { aid = '5', fname = "fname5", lname = "lname5", gender = "male" }

                ); """

     

    This is how I put data in the ACTOR table. Now I want to make sure by displaying the contents of ACTOR table by

    """ SELECT * FROM ACTOR """

    which is not getting displayed by above SELECT query. Everything is in SQLite (jupyter notebook). What to do?

 0 Answer(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: