Search Header Logo

MySQL ප්‍රශ්න

Authored by Roshani Kanchana

others

MySQL ප්‍රශ්න
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

MySQL ස්ථාපනය කිරීම සඳහා පහත දැක්වෙන දෑ අතරින් ඔබගේ පරිගණක පද්ධතිය සපුරා තිබිය යුතු අවශ්‍යයතාව/ අවශ්‍යතා තෝරන්න

MySQL setup software
Microsoft.NET framework 4.5.2
Microsoft visual C ++ Redistributable for Visual studio 2019
RAM 4GB
Visual basic

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

පහත දැක්වෙන කරුණු අතරින් SQL භාෂාවේ මූලික කරුණක් නොවන්නේ,

භාවිතයට ඇති අපහසුව
ඉහල ආරක්ෂාව
ඉහල දත්ත පරිමාව
චිත්‍රක පරිශීලක අතුරුමුහුණත

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

සමන් නමින් පරිශීලකයකු සෑදීමට අදාළ නිවැරදි MySQL ප්‍රකාශනය තෝරන්න

CREATE user peter@localhost IDENTIFIED '1234';
CREATE user peter@localhost IDENTIFIED BY'1234';
CREATE peter@localhost IDENTIFIED BY'1234';
CREATE peter@localhost IDENTIFIED '1234';

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

saman නැමැති පරිශීලක ගිණුම ඉවත් කිරීමට අදාළ නිවැරදි MySQL ප්‍රකාශනය කුමක්ද?

GRANT user 'saman@localhost';
DROP user 'saman';
GRANT user 'saman';
DROP user 'saman@localhost';

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

saman නැමැති පරිශීලකයාට create, insert සහ select යන උපදේශයන් පමණක් භාවිතයට ලබා දීමට අදාළ නිවැරදි MySQL ප්‍රකාශනය තෝරන්න

GRANT create, insert, select on *.* To saman@localhost;
GRANT create, insert, select on *_* To saman@localhost;
GRANT create, insert, select on To saman@localhost;
GRANT create, insert, select *.* To saman@localhost;

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

දත්ත සමුදාය තුල සිටින සියලු පරිශීලකයින් පෙන්වීමට අදාළ MySQL ප්‍රකාශනය තෝරන්න

select user from mysql.user;
select user from mysql;
select from mysql.user;
select user from user;

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

student නමින් වගුවක් සෑදීමට අදාළ mysql ප්‍රකාශනය නිවැරදිව ඇති පිළිතුර කුමක්ද?

create table student(ID int(10) not null, Name varchar(30) not null,,Age int(10) not null);
create student table(ID int(10) not null, Name varchar(30) not null,,Age int(10) not null);
create table student(ID int(10) not null, Name varchar(30) not null,,Age string(10) not null);
create studnet table(ID int(10) , Name varchar(30),Age int(10) );

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?