Lesson 11
Queries in Base
👉Text Books PDF
👉MCQ Online Exam
👉MCQ Answer
👉Paid Answer (For Membership User)
Answer: A Query is a request to retrieve specific data from a database. It helps in filtering, sorting, and analyzing data efficiently.
(Query হল এক বিশেষ অনুৰোধ, যিয়ে Database-ৰ পৰা নির্দিষ্ট তথ্য উলিয়াই আনে। ই ডাটা সৰলীকৰণ, filtering, আৰু বিশ্লেষণ কৰাত সহায় কৰে।)
Answer: 1. Select Query
2. Action Query
3. Parameter Query
4.SQL Query
(LibreOffice Base-ত Select Query, Action Query, Parameter Query, আৰু SQL Query প্ৰধানকৈ ব্যৱহাৰ কৰা হয়।)
Answer: It retrieves specific data from one or more tables. It allows filtering and sorting data.
4. What is an Action Query? (Action Query কি?)
(Action Query-এ Database-ত পৰিবর্তন আনে, যেন Insert, Update, আৰু Delete কৰাত সহায় কৰে।)
5. What is a Parameter Query? (Parameter Query কি?)
(Parameter Query-এ Query চলোৱাৰ আগতে User-ৰ পৰা ইনপুট বিচাৰে, যাতে পৰিৱর্তনশীল ফলাফল উলিয়াই আনিব পাৰে।)
6. What is an SQL Query? (SQL Query কি?)
(SQL Query হল Structured Query Language (SQL)-ত লিখা এক প্ৰশ্ন, যিয়ে Database-ৰ পৰা তথ্য উলিয়াই আনে বা পৰিবর্তন কৰে।)
7. How can you create a Query in LibreOffice Base? (LibreOffice Base-ত Query কেনেকৈ সৃষ্টি কৰিব?)
(LibreOffice Base খুলক → Queries-ত ক্লিক কৰক → Wizard বা SQL Mode ব্যৱহাৰ কৰি Query সৃষ্টি কৰক।)
8. What is the difference between a Table and a Query? (Table আৰু Query-ৰ মাজত পাৰ্থক্য কি?)
Table: Stores raw data permanently.
Query: Retrieves and processes data temporarily.
9. What is Sorting in Queries? (Query-ত Sorting কি?)
(Sorting-এ Data-কে ascending বা descending ৰীতি অনুসৰি সজাই দিয়ে।)
10. What is Filtering in Queries? (Query-ত Filtering কি?)
(Filtering-এ নিদিষ্ট শর্ত অনুসৰি কেৱল নির্দিষ্ট data দেখুৱায়।)
11. What are Aggregate Functions in Queries? (Query-ত Aggregate Functions কি?)
Examples: SUM(), AVG(), COUNT(), MAX(), MIN().
12. What is the purpose of the WHERE clause in a Query? (Query-ত WHERE Clause-ৰ উদ্দেশ্য কি?)
(WHERE Clause-এ Query-ত নিৰ্দিষ্ট শর্ত উল্লেখ কৰিবলৈ ব্যৱহাৰ কৰা হয়।)
13. What is the difference between the HAVING and WHERE clause? (HAVING আৰু WHERE Clause-ৰ মাজত পাৰ্থক্য কি?)
(WHERE-এ Group কৰাৰ আগতেই শর্ত প্ৰয়োগ কৰে, আৰু HAVING-এ Group কৰাৰ পাছত শর্ত প্ৰয়োগ কৰে।)
14. What is the use of the ORDER BY clause in Queries? (Query-ত ORDER BY Clause-ৰ ব্যৱহাৰ কি?)
(ORDER BY-এ Query-ৰ ফলাফল ascending বা descending ৰূপত সজাই দেখুৱায়।)
15. What is the advantage of using Queries in a database? (Database-ত Query ব্যৱহাৰৰ সুবিধা কি?)
Answer:
-
It helps retrieve specific data quickly.
-
It reduces manual searching.
-
It allows data analysis and reporting.
(Query-এ দ্ৰুত ডাটা উলিয়াই আনে, হস্তচালিত সন্ধানৰ প্ৰয়োজন নাথাকে, আৰু ডাটা বিশ্লেষণ & প্ৰতিবেদন তৈয়াৰ কৰাত সহায় কৰে।)