Question
नीचे दिया गया
प्रत्येक वाक्य चार भागों में बांटा गया है जिन्हें ( A), (B), (C), और ( D) क्रमांक दिए गए हैं। आपको यह देखना है कि वाक्य के किसी भाग में व्याकरण , भाषा , वर्तनी , शब्दों के गलत प्रयोग या इसी तरह की कोई त्रुटि तो नहीं है। (A) आधुनिक शिक्षा प्रणाली में (B) विद्यार्थियों को केवल ज्ञान ही (C) बल्कि व्यावहारिक अनुभव भी (D) प्रदान किया जाता है।Solution
व्याख्या: "केवल ज्ञान ही बल्कि…" में "न केवल … बल्कि" होना चाहिए। अतः त्रुटि भाग ( B) में है।
What will be the output of the following SQL query?
SELECT COUNT(*) FROM Transactions
WHERE Amount > 10000
AND Status = 'Completed';
Deadlock in DBMS can be prevented using:
In database management, which SQL command is used to retrieve only unique (non-duplicate) values from a column?
Which SQL function is used to calculate the average of a numeric column?
Which of the following can be used to avoid duplicate entries in a column?
To rename a column in a SELECT query result, you use:
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
Which SQL clause is used to filter records based on aggregate functions?
Which SQL feature allows hierarchical queries (e.g., org chart traversal)?
SQL Injection can be prevented by all EXCEPT: