Podcast
Questions and Answers
Quin és el propòsit del codi 'mysql -u root -p'?
Quin és el propòsit del codi 'mysql -u root -p'?
Què mostra el codi 'show tables;'?
Què mostra el codi 'show tables;'?
Quina és la finalitat del codi 'describe tblStudent;'?
Quina és la finalitat del codi 'describe tblStudent;'?
Quin és el propòsit del codi 'alter table tblStudent auto_increment = 111;'?
Quin és el propòsit del codi 'alter table tblStudent auto_increment = 111;'?
Signup and view all the answers
Quin és el propòsit del codi 'insert into tblstudent(Lname, Fname, course, yr, section, email) values ('Reyes', 'John', 'BSIT', 2, 'A', '[email protected]');'?
Quin és el propòsit del codi 'insert into tblstudent(Lname, Fname, course, yr, section, email) values ('Reyes', 'John', 'BSIT', 2, 'A', '[email protected]');'?
Signup and view all the answers
Which command is used to create a new database in SQL?
Which command is used to create a new database in SQL?
Signup and view all the answers
What is the purpose of the 'use dbsampleBSIT3J;' command?
What is the purpose of the 'use dbsampleBSIT3J;' command?
Signup and view all the answers
What does the 'describe tblStudent;' command do?
What does the 'describe tblStudent;' command do?
Signup and view all the answers
What is the purpose of the 'alter table tblStudent auto_increment = 111;' command?
What is the purpose of the 'alter table tblStudent auto_increment = 111;' command?
Signup and view all the answers
What does the command 'insert into tblstudent(Lname, Fname, course, yr, section, email) values ('Reyes', 'John', 'BSIT', 2, 'A', "[email protected]");' do?
What does the command 'insert into tblstudent(Lname, Fname, course, yr, section, email) values ('Reyes', 'John', 'BSIT', 2, 'A', "[email protected]");' do?
Signup and view all the answers
Study Notes
Resum de la revisió de la setmana 4 sobre SQL
- SQL és un llenguatge de consulta estructurat.
- Mariadb és la versió més recent de MySQL.
- Mariadb és igual que MySQL.
- Per crear una base de dades, s'utilitza la comanda "create DATABASE".
- La comanda "show databases" mostra les bases de dades disponibles.
- Per obrir una base de dades, s'utilitza la comanda "use".
- La comanda "show tables" mostra les taules dins d'una base de dades.
- La comanda "describe" permet veure l'estructura d'una taula.
- La comanda "alter table" s'utilitza per modificar una taula.
- La comanda "insert into" s'utilitza per afegir dades a una taula.
- Es poden afegir múltiples entrades amb la mateixa comanda "insert into".
- S'han proporcionat exemples de comandes per a la taula "tblStudent".
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Quiz: Repassar SQL per a la Setmana 4 (09-07-2023) Posa a prova els teus coneixements sobre SQL amb aquesta revisió per a la Setmana 4. Descobreix com crear bases de dades, obrir-les i mostrar les taules i entitats que contenen. Aprofita per repassar els comandaments bàsics de SQL i fes un pas més en el