sql – programming-sql – কুইজ মডেল টেস্ট অনুশীলন – 14
8756. Which clause can be used to constrain the number of rows returned by the SELECT statement
- HAVING
- LIMIT
- GROUP BY
- ORDER BY
8757. Which constraint ensures that all values in a column are different
- DEFAULT
- CHECK
- UNIQUE
- NOT NULL
8758. Which constraint, is a column or group of columns in one table that contains values that match the primary key values in the same or another table
- Primary Key
- Check
- Foreign Key
- None of the above
8759. Which type of join returns all combinations of both tables
- Cross
- Right outer
- Left outer
- Inner
8760. Which integrity defines a row as a unique entity for a particular table
- Entity integrity
- None of the above
- Referential integrity
- Domain integrity
8761. Which file extension file is automatically attached, after attaching a database
- ldf
- mdf
- mdb
- sql
8762. Which SQL query on a table named Books that has columns named BookTitle and Description with full-text index, will return rows from the table in which the word ‘computer’ exists in either column
- SELECT * FROM Books WHERE FREETEXT(*
- computer’)SELECT * FROM Books WHERE BookTitle LIKE ‘%computer%’
- SELECT * FROM Books WHERE BookTitle = ‘%computer%’ OR Description = ‘%computer%’SELECT * FROM Books WHERE FREETEXT(BookTitle
- computer’)”;}}
8763. Which constraint, specifies conditions for the data inserted into a column
- Check
- Primary Key
- None of the above
- Foreign Key
8764. Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables
- DPL
- DML
- DCL
- DDL
8765. Which operator is used to search for the presence of a row in a specified table that meets certain criteria.
- AND
- EXISTS
- BETWEEN
- ANY
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।
0 responses on "sql - programming-sql - কুইজ মডেল টেস্ট অনুশীলন - 14"