মূল বিষয়বস্তুতে যান
প
প্রশ্ন করি
খুঁজুন
⌘K
নবম-দশম
একাদশ-দ্বাদশ
মডেল টেস্ট
লিডারবোর্ড
ড্যাশবোর্ড
সাইন ইন
হোম
›
একাদশ-দ্বাদশ শ্রেণি
›
English Version
›
Information and Communication Technology
›
C-06 — Database Management System
›
C-06-Q063
C-06-Q063
medium
single_mcq
Which query is used to store (add) data into a table?
a
ADD
b
INSERT
c
PUT
d
STORE
K
পূর্ববর্তী
C-06-Q062
63
/
143
J
পরবর্তী
C-06-Q064
এই অধ্যায়ের আরও প্রশ্ন
C-06-Q064
Which query retrieves all columns and rows from the student table? SELECT FROM student;
C-06-Q065
To insert a student named Mizanur Rahman, class 9, roll 3, morning section, the correct query is —
C-06-Q066
To retrieve only the name and class columns from student, the query is —
C-06-Q067
In a SELECT query, conditions are written after which keyword?
C-06-Q068
Which operator means "not equal" in the SQLite condition operators listed?
C-06-Q069
The query SELECT FROM student WHERE class = 9; retrieves —
C-06-Q070
When writing conditions on text-type data, what must you use?
C-06-Q071
The query SELECT FROM student WHERE section = morning; produces Error: no such column: morning. Why?
C-06-Q072
To retrieve Class 9 morning section students, which query is correct?
C-06-Q073
The query SELECT FROM student WHERE class < 9 AND section = 'morning'; retrieves students who are —
C-06 — Database Management System — সব প্রশ্ন দেখুন (143টি) →