Querying and SQL Functions
CBSE · Class 12 · Informatics Practices
Flashcards for Querying and SQL Functions — CBSE Class 12 Informatics Practices. Quick Q&A cards covering key concepts, definitions, and formulas.
Interactive on Super Tutor
Studying Querying and SQL Functions? Get the full interactive chapter.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for flashcards and more.
1,000+ Class 12 students started this chapter today
SQL फ़ंक्शनों को किस आधार पर वर्गीकृत किया जाता है, कि वे कितनी पंक्तियों पर कार्य करते हैं?
Answer
SQL फ़ंक्शंस को सिंगल रो फ़ंक्शंस और एग्रीगेट फ़ंक्शंस में वर्गीकृत किया गया है। सिंगल रो फ़ंक्शंस एक बार में एक पंक्ति पर कार्य करते हैं और प्रति पंक्ति एक मान लौटाते हैं। एग्रीगेट फ़ंक्शंस पंक्तियों…
What are SQL functions classified into, based on how many rows they act on?
Answer
SQL functions are classified into Single row functions and Aggregate functions. Single row functions act on one row at a time and return one value per row. Aggregate functions act on a set of rows and…
What is another name for Single row functions?
Answer
Single row functions are also known as Scalar functions. They can be used in the SELECT, WHERE, and ORDER BY clauses.
एकल पंक्ति वाले कार्यों का दूसरा नाम क्या है?
Answer
एकल पंक्ति वाले फलन को अदिश फलन भी कहा जाता है। इनका उपयोग SELECT, WHERE, and ORDER BY clauses. में किया जा सकता है।…
SQL में गणित के फलन क्या करते हैं? उदाहरण दीजिए।
Answer
गणित के फलन संख्यात्मक इनपुट लेते हैं और संख्यात्मक आउटपुट देते हैं। उदाहरण हैं POWER(X,Y), ROUND(N,D), और MOD(A,B)। उदाहरण के लिए, POWER(2,3) का मान 8 है, ROUND(2912.564,1) का मान 2912.6 है, और MOD(2…
What do math functions in SQL do? Give examples.
Answer
Math functions take numeric input and return numeric output. Examples are POWER(X,Y), ROUND(N,D), and MOD(A,B). For example, POWER(2,3) gives 8, ROUND(2912.564,1) gives 2912.6, and MOD(21,2) gives 1.
What does POWER(X,Y) do, and how is it related to POW(X,Y)?
Answer
POWER(X,Y) calculates X to the power Y. POW(X,Y) is the same function and can also be written as POW(X,Y). Here, X is the base and Y is the exponent.
POWER(X,Y) क्या करता है, और यह POW(X,Y) से कैसे संबंधित है?
Answer
POWER(X,Y), X की घात Y की गणना करता है। POW(X,Y) वही फलन है और इसे POW(X,Y) के रूप में भी लिखा जा सकता है। यहाँ X आधार है और Y घातांक है।…
+76 more flashcards available
Practice AllFrequently Asked Questions
What are the important topics in Querying and SQL Functions for CBSE Class 12 Informatics Practices?
How to score full marks in Querying and SQL Functions — CBSE Class 12 Informatics Practices?
How many flashcards are available for Querying and SQL Functions?
Sources & Official References
- NCERT Official — ncert.nic.in
- CBSE Academic — cbseacademic.nic.in
- CBSE Official — cbse.gov.in
- National Education Policy 2020 — education.gov.in
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Querying and SQL Functions
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Querying and SQL Functions chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 12 Informatics Practices.