Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Loading...
User Settings
close menu
Welcome to Scribd!
Upload
Read for free
FAQ and support
Language (EN)
Sign in
0 ratings
0% found this document useful (0 votes)
27 views
Dbms Lab
Uploaded by
Leslie Qwer
AI-enhanced
Lllab
Copyright:
© All Rights Reserved
Available Formats
Download
as PDF or read online from Scribd
Download
Save
Save dbms lab For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Dbms Lab
Uploaded by
Leslie Qwer
0 ratings
0% found this document useful (0 votes)
27 views
10 pages
AI-enhanced title
Document Information
click to expand document information
Lllab
Original Title
dbms lab
Copyright
© © All Rights Reserved
Available Formats
PDF or read online from Scribd
Share this document
Share or Embed Document
Sharing Options
Share on Facebook, opens a new window
Facebook
Share on Twitter, opens a new window
Twitter
Share on LinkedIn, opens a new window
LinkedIn
Share with Email, opens mail client
Email
Copy link
Copy link
Did you find this document useful?
0%
0% found this document useful, Mark this document as useful
0%
0% found this document not useful, Mark this document as not useful
Is this content inappropriate?
Report
Lllab
Copyright:
© All Rights Reserved
Available Formats
Download
as PDF or read online from Scribd
Download now
Download as pdf
Save
Save dbms lab For Later
0 ratings
0% found this document useful (0 votes)
27 views
10 pages
Dbms Lab
Uploaded by
Leslie Qwer
AI-enhanced title
Lllab
Copyright:
© All Rights Reserved
Available Formats
Download
as PDF or read online from Scribd
Save
Save dbms lab For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download as pdf
Jump to Page
You are on page 1
of 10
Search inside document
} Oral Questions and Answers (DBMS LAB) Questions & Answers- DBMS https://carcer.guru99.com/top-S0-database-intervis ew-questions/ 1) Define Database. A prearranged collection of figures known as data is called database. 2) What is DBMS? Database Management Systems (DBMS) are applications designed especially which enable user interaction with other applications. 3) What are the various kinds of interactions catered by DBMS? ‘The various kind of interactions catered by DBMS are: Data definition Update Retrieval Administration 4) Segregate database technology's development. The development of database technology is divided into: + Structure or data model + Navigational model + SQL/ relational model 5) Who proposed the relational model? Edgar F, Codd proposed the relational model in 1970. 6) What are the features of Database language? ‘A database language may also incorporate features like: DBMS-specific Configuration and management of storage engine Computations to modification of query results by computations, like summing, counting, averaging, grouping, sorting and cross-referencing Constraint enforcement Application, Programming Interface 7) What do database languages do? As special-purpose languages, they have: + Data definition language + Data manipulation language © Query language 8) Define database model. ‘A data model determining fundamentally how data can be stored, manipulated and organised and t1o-Fruziar: of the database logically is called database model.Oral Questions and Answers (DBMs LAB) 12) Mention what is Objecld composed of? Objectld is composed of Timestamp Client machine 1D Client process ID 3 byte incremented counter 13) Mention what is the command syntax for inserting a document? For inserting a document command syntax is database.collection.insert (document), 14) Mention how you can inspect the source code of a function? To inspect a source code of a function, without any parentheses, the function must be invoked. 15) What is the command syntax that tells you whether you are on the master server or not? And how many master cloes MongoDB allow? ‘Command syntax Db.isMaster() will tell you whether you are on the master server or not. MongoDB allows only one master server, while couchDB allows multiple masters. 16) Mention the command syntax that is used to view Mongo is using the link? ‘The command syntax that is used to view mongo is using the link is db_adminCommand(“connPoolstats.”) 17) Explain what are indexes in MongoDB? Indexes are special structures in MongoDB, which stores a small portion of the data set in an easy to traverse form. Ordered by the value of the field specified in the index, the index stores the value of a specific field or set of fields. 18) Mention whatis the basic syntax to use index in MongoDB? The basic syntax to use in MongoDB is >cb.COLLECTION_NAME.ensureindex ( (KEY:1) ). In here the key is the the name of the COLUMN (or KEY:VALUE pair) which is present in the documents. 19) Explain what is GridFS in MongoDB? For storing and retrieving large files such as images, video files and audio files GridFS is used. By default, it uses two files fs.files and fs.chunks to store the file's metadata and the chunks. 20) What are alternatives to MongoDB? Cassandra, CouchDB, Redis, Riak, Hbase are a few good alternatives,Oral Questions and Answers (DBMS LAB) 3) What is sharding in MongoDB? ‘The procedure of storing data records across multiple machines is referred as Sharding: Itisa MongoDB approach to meet the demands of d: ata growth, Itis the horizontal partition of data in a database or search engine. Each partition is referred as shard or database shard 4) How can you see the connection used by Mongos? “To see the connection used by Mongos use db_adminCommand ("connPoolStats"); 5) Explain what is a replica set? A replica set is a group of mongo instances that host the same data set. In replica set. one node is primary, and another is secondary. From primary to the secondary node all data replicates. 6) How replication works in MongoDB? ‘Across multiple servers, the process of synchronizing data is know! nas replication. It provides redundancy and incr’ ‘eave data availability with multiple copies of data on different database server. Replication helps in protecting the database from the los: 5 of a single server. 7) White creating Schema in MongoDB what are the points need to be taken in consideration? Points need to be taken in consideration are Design your schema according to user requirements + Combine objects into one document if you use them together. Otherwise, separate them © Do joins while write, and not when itis on read For most frequent use cases optimize your schema Do complex aggregation in the schema £8) What is the syntax to create a collection and to drop a collection in MongoDB? «Syntax to create collection in MongoDB is db.createCollection(name,options) Syntax to drop collection in MongoDB is db.collection.drop() 9) Explain what is the role of profiler in MongoDB? MongoDB database profiler shows performance characteristics of each operation against the database, You can find queries using the profiler that are slower than they should be, 10) Explain can you move old files in the moveChunk directory? Yes, itis possible to move old files in the moveChunk directory, during normal shard balancing operations these files are made as backups and can be deleted once the operations are done. 11) To do safe backups what is the feature in MongoDB that you can use? Journaling {s the feature in MongoDB that you can use to do safe backups.Oral Questions and Answers (DBMS LAB) Questions & Answers- NoSQL hutps://intellipaat.com/interview-question/no-sql-interview-questions/, 1. Compare NoSQL & RDBMS Criteria NosQe RDBMS Data format Doesnotfollowanyorder ____| Organized and structured Scalability | Very Good x Querying Limited as no Join Clause Storage Key-Value Pair, document, column | Data & relationship stored in mechanism storage, etc. different tables 2. What is NoSQL? NoSQL encompasses a wide variety of different database technologies that were developed in response toa rise in the volume of data stored about users, objects and products. The frequency in which this data is accessed, and performance and processing needs. Relational databases, on the other hand, were not designed to cope with the scale and agility challenges that face modern applications, nor were they built to take advantage of the cheap storage and processing power available today. 3. What are the features of NoSQL? When compared to relational databases, NoSQI. databases are more scalable and provide superior performance, and their data model addresses several issues that the relational model is not designed to address: Large volumes of structured, semi-structured, and unstructured data Agile sprints, quick iteration, and frequent code pushes Object-oriented programming that is easy to use and flexible Efficient, scale-out architecture instead of expensive, monolithic architecture ns & Answers- MongoDB 1) Explain what is MongoDB? Mongo-DB is a document database which provides high performance, high availability and easy scalability. 2) What is “Namespace” in MongoDB? MongoDB stores BSON (Binary Interchange and Structure Object Notation) objects in the collection. The concatenation of the collection name and database name is called a namespaceOral Questions and Answers (DBMS LAB) ALTER objecttype objectname parameters. DROP: It destroys an existing database, index, table or view. Its syntax ist DROP objecttype objectname. 16) Define Union All operator and Union. Full recordings of two tables is Union All operator. A distinct recording of two tables is Union. 17) Define cursor. ‘A database object which helps in manipulating data row by row representing a result set is called cursor. 18) Enlist the cursor types. They are: + Dynamic: it reflects changes while scrolling «Static: doesn’t reflect changes while scrolling and works on recording of snapshot. + Keyset: data modification without reflection of new data is seen. 19) Enlist the types of cursor. ‘They types of cursor are: + Implicit cursor: Declared automatically as soon as the execution of SQL takes place without the awareness of the user. «Explicit cursor: Defined by PL/ SQL which handles query in more than one row. 20) Define sub-query. ‘A query contained by a query is called Sub-query, 21) Why is group-clause used? Group-clause uses aggregate values to be derived by collecting similar data. 22) Compare Non-clustered and clustered index Both having B-tree structure, non-clustered index has data pointers enabling one table many non~ Clustered indexes while clustered index is distinct for every table. 23) Define Aggregate functions. Functions which operate against a collection of values and returning single value is called aggregate functionsOral Questions and Answers (DBMS LAB) What is SQL’ Structured Query Language (SQL) being ANSI standard language updates database and commands for accessing. 10) Enlist the various relationships of database. ‘The various relationships of database are: + One-to-one: Single table having drawn relationship with another table having similar kind of columns, One-to-many: Two tables having primary and foreign key relation, Many-to-many: Junction table having many tables related to many table: 11) Define Normalization. Organized data void of inconsistent dependency and redundancy within a database is called normalization. 12) Enlist the advantages of normalizing database. ‘Advantages of normalizing database are: + No duplicate entries Saves storage space + Boasts the query performances. 13) Define Denormalization. Boosting up database performance, adding of redundant data which in turn helps rid of complex data is called denormalization. 14) Define DDL and DML. Managing properties and attributes of database is called Data Definition Language(DDL). Manipulating data in a database such as inserting, updating, deleting is defined as Data Manipulation Language. (DML) 15) Enlist some commands of DDL. They are: CREATE: Create is used in the CREATE TABLE statement. Syntax is: CREATE TABLE [column name] ( [column definitions] ) { table parameters] ALTER: Ithelps in modification of an existing object of database. Its syntax is:Oral Questions and Answers (DBMS LAB) i vifference between CHAR and VARCHAR? rollowing are the differences between CHAR and VARCHAR: + CHAR and VARCHAR types differ in storage and retrieval GHAR column length i fixed tothe length that is declared while creating table, The length value ranges from 1 and 255 «When CHAR values are stored then they are right padded using spaces to specific length. ‘Trailing spaces are removed when CHAR values are retrieved. 8. Give string types available for column? The string types are: + SET + BLOB * ENUM + CHAR = TEXT + VARCHAR 9, How to get current MySQL version ‘SELECT VERSION 0; 10, What are the drivers in MySQL? PHP Driver JDBC Driver ODBC Driver WRAPPER PYTHON Driver PERL Driver RUBY Driver CAPLIPHP Driver Ado.netS.mx) 11, What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type? ‘TIMESTAMP column is updated with Zero when the table is created. UPDATE CURRENT_TIMESTAMP modifier updates the timestamp field to current time whenever there is a change in other fields of the table. 12, What is the difference between primary key and candidate key? Every row of a table is identified uniquely by primary key. There is only one pr table. nary key fora Primary Key is also a candidate key. By common convention, candidate key can be designated as primary and which can be used for any foreign key references. 13. What, ifa table has one column defined as TIMESTAMP? Timestamp field ets the current timestamp whenever the row gets altered,Oral Questions and Answers (DBMS LAB) Questions & Answers- MySQL rs -om/top-50-mysql-i z z 1. What is MySQL? MySQLis an open source DBMS which is built, supported and distributed by MySQL AB (now acquired by Oracle) 2. What are the technical features of MySQL? MySQL database software is a client or server system which includes Multithreaded SQL server supporting various client programs and libraries Different backend Wide range of application programming interfaces and Administrative tools. 3. Why MySQL is used? MySQL database server is reliable, fast and very easy to use. This software can be downloaded as freeware and can be downloaded from the Internet. 4, Whatare Heap tables? HEAP tables are present in memory and they are used for high speed storage on temporary basis. + BLOB or TEXT fields are not allowed + Only comparison operators can be used + AUTO_INCREMENT is not supported by HEAP tables + Indexes should be NOT NULL 5. What is the default port for MySQL Server? ‘The default port for MySQL server is 3306. 6. What are the advantages of MySQL when compared with Oracle? MySQL is open source softw: Rea Soe Saas torso which is available at any time and has no cost involved. GUI with command prompt. Administration is supported using MySQL Query BrowserOral Questions and Answers (DBMS LAB) 44. What happens when the column is set to AUTO INCREMENT. and if you reach maximum value in the table? itstops merementing. Any further inserts are going to produce an error since the key has been used already. 1s, How can we find out which auto increment was assigned on Last insert? LAST INSERT.ID will return the last value assigned by Aute_Increment and itis not required to specify the table name. 16. How can you see all indexes defined fora table? Indexes are defined for the table by: SHOW INDEX FROM
; 417. What do you mean by % and. in the LIKE statement? se corresponds to 0 or more characters, is exactly one character in the LIKE statement. 18. What is the difference between NOW() and CURRENT_DATE()? NOWO command is used to show current year, month, date with hours, mi/nures and seconds wenleCURRENT.DATEQ stows the current year with month and date only. 19, What is a trigger in MySQL? ‘A trigger is a set of codes that executes in response to some events. 20. How many Triggers are possible in MySQL? ‘There are six Triggers allowed to use in MySQL database, 1. Before Insert After Insert Before Update After Update Before Delete After Delete 21, What is the difference between TRUNCATE and DELETE in MySQL? The DELETE command is used to del isus jete data from a tabl the table while, trunc ree the able while, truncate is very dangerous command and shou Wi eatin eee ere re deeerae ye used carefully because itOral Questions and Answers (DBMS LAB) Define Scalar functions. Scalar function is depended on the argument given and returns sole value. 25) What restrictions can you apply when you are creating views? Restrictions that are applied are: Only the current database can have views. You are not liable to change any computed value in any particular view. Integrity constants decide the functionality of INSERT and DELETE. Full-text index definitions cannot be applied. ‘Temporary views cannot be created. ‘Temporary tables cannot contain views. No association with DEFAULT definitions. Triggers such as INSTEAD OF is associated with views. 26) Define “correlated subqueries”. A‘correlated subquery’ is a sort of sub query but correlated subquery is reliant on another query for a value that is returned. In case of execution, the sub query is executed first and then the correlated query. 27) Define Data Warehousing. Storage and access of data from the central location in order to take some strategic decision is called Data Warehousing, Enterprise management is used for managing the information whose framework is known as Data Warehousing. 28) Define Join and enlist its types. Joins help in explaining the relation between different tables. They also enable you to select data with relation to data in another table. ‘The various types are: = INNER JOINs: Blank rows are left in the middle while more than equal to two tables are joined. © OUTER JOINs: Divided into Left Outer Join and Right Outer Join, Blank rows are left at the specified side by joining tables in other side. Other joins are CROSS JOINs, NATURAL JOINs, EQUI JOIN and NON-EQU! JOIN. 29) What do you mean by Index hunting? Indexes help in improving the speed as well as the query performance of database, The procedure ‘of boosting the collection of indexes is named as Index hunting.
You might also like
The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
From Everand
The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life
Mark Manson
Rating: 4 out of 5 stars
4/5 (5990)
Principles: Life and Work
From Everand
Principles: Life and Work
Ray Dalio
Rating: 4 out of 5 stars
4/5 (625)
The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are
From Everand
The Gifts of Imperfection: Let Go of Who You Think You're Supposed to Be and Embrace Who You Are
Brene Brown
Rating: 4 out of 5 stars
4/5 (1112)
Never Split the Difference: Negotiating As If Your Life Depended On It
From Everand
Never Split the Difference: Negotiating As If Your Life Depended On It
Chris Voss
Rating: 4.5 out of 5 stars
4.5/5 (899)
The Glass Castle: A Memoir
From Everand
The Glass Castle: A Memoir
Jeannette Walls
Rating: 4.5 out of 5 stars
4.5/5 (1739)
Sing, Unburied, Sing: A Novel
From Everand
Sing, Unburied, Sing: A Novel
Jesmyn Ward
Rating: 4 out of 5 stars
4/5 (1238)
Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race
From Everand
Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race
Margot Lee Shetterly
Rating: 4 out of 5 stars
4/5 (932)
Grit: The Power of Passion and Perseverance
From Everand
Grit: The Power of Passion and Perseverance
Angela Duckworth
Rating: 4 out of 5 stars
4/5 (619)
Shoe Dog: A Memoir by the Creator of Nike
From Everand
Shoe Dog: A Memoir by the Creator of Nike
Phil Knight
Rating: 4.5 out of 5 stars
4.5/5 (546)
The Perks of Being a Wallflower
From Everand
The Perks of Being a Wallflower
Stephen Chbosky
Rating: 4.5 out of 5 stars
4.5/5 (2120)
The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
From Everand
The Hard Thing About Hard Things: Building a Business When There Are No Easy Answers
Ben Horowitz
Rating: 4.5 out of 5 stars
4.5/5 (357)
Her Body and Other Parties: Stories
From Everand
Her Body and Other Parties: Stories
Carmen Maria Machado
Rating: 4 out of 5 stars
4/5 (831)
Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future
From Everand
Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future
Ashlee Vance
Rating: 4.5 out of 5 stars
4.5/5 (477)
Bad Feminist: Essays
From Everand
Bad Feminist: Essays
Roxane Gay
Rating: 4 out of 5 stars
4/5 (1058)
The Emperor of All Maladies: A Biography of Cancer
From Everand
The Emperor of All Maladies: A Biography of Cancer
Siddhartha Mukherjee
Rating: 4.5 out of 5 stars
4.5/5 (275)
Steve Jobs
From Everand
Steve Jobs
Walter Isaacson
Rating: 4.5 out of 5 stars
4.5/5 (814)
The Outsider: A Novel
From Everand
The Outsider: A Novel
Stephen King
Rating: 4 out of 5 stars
4/5 (1953)
Angela's Ashes: A Memoir
From Everand
Angela's Ashes: A Memoir
Frank McCourt
Rating: 4.5 out of 5 stars
4.5/5 (443)
Brooklyn: A Novel
From Everand
Brooklyn: A Novel
Colm Tóibín
Rating: 3.5 out of 5 stars
3.5/5 (2029)
The Little Book of Hygge: Danish Secrets to Happy Living
From Everand
The Little Book of Hygge: Danish Secrets to Happy Living
Meik Wiking
Rating: 3.5 out of 5 stars
3.5/5 (426)
The World Is Flat 3.0: A Brief History of the Twenty-first Century
From Everand
The World Is Flat 3.0: A Brief History of the Twenty-first Century
Thomas L. Friedman
Rating: 3.5 out of 5 stars
3.5/5 (2272)
A Man Called Ove: A Novel
From Everand
A Man Called Ove: A Novel
Fredrik Backman
Rating: 4.5 out of 5 stars
4.5/5 (4852)
The Yellow House: A Memoir (2019 National Book Award Winner)
From Everand
The Yellow House: A Memoir (2019 National Book Award Winner)
Sarah M. Broom
Rating: 4 out of 5 stars
4/5 (99)
The Sympathizer: A Novel (Pulitzer Prize for Fiction)
From Everand
The Sympathizer: A Novel (Pulitzer Prize for Fiction)
Viet Thanh Nguyen
Rating: 4.5 out of 5 stars
4.5/5 (125)
Yes Please
From Everand
Yes Please
Amy Poehler
Rating: 4 out of 5 stars
4/5 (1949)
Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America
From Everand
Devil in the Grove: Thurgood Marshall, the Groveland Boys, and the Dawn of a New America
Gilbert King
Rating: 4.5 out of 5 stars
4.5/5 (270)
The Art of Racing in the Rain: A Novel
From Everand
The Art of Racing in the Rain: A Novel
Garth Stein
Rating: 4 out of 5 stars
4/5 (4255)
A Tree Grows in Brooklyn
From Everand
A Tree Grows in Brooklyn
Betty Smith
Rating: 4.5 out of 5 stars
4.5/5 (1934)
The Woman in Cabin 10
From Everand
The Woman in Cabin 10
Ruth Ware
Rating: 3.5 out of 5 stars
3.5/5 (2599)
A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story
From Everand
A Heartbreaking Work Of Staggering Genius: A Memoir Based on a True Story
Dave Eggers
Rating: 3.5 out of 5 stars
3.5/5 (232)
Team of Rivals: The Political Genius of Abraham Lincoln
From Everand
Team of Rivals: The Political Genius of Abraham Lincoln
Doris Kearns Goodwin
Rating: 4.5 out of 5 stars
4.5/5 (235)
Fear: Trump in the White House
From Everand
Fear: Trump in the White House
Bob Woodward
Rating: 3.5 out of 5 stars
3.5/5 (805)
Wolf Hall: A Novel
From Everand
Wolf Hall: A Novel
Hilary Mantel
Rating: 4 out of 5 stars
4/5 (4042)
On Fire: The (Burning) Case for a Green New Deal
From Everand
On Fire: The (Burning) Case for a Green New Deal
Naomi Klein
Rating: 4 out of 5 stars
4/5 (75)
Rise of ISIS: A Threat We Can't Ignore
From Everand
Rise of ISIS: A Threat We Can't Ignore
Jay Sekulow
Rating: 3.5 out of 5 stars
3.5/5 (139)
John Adams
From Everand
John Adams
David McCullough
Rating: 4.5 out of 5 stars
4.5/5 (2520)
Manhattan Beach: A Novel
From Everand
Manhattan Beach: A Novel
Jennifer Egan
Rating: 3.5 out of 5 stars
3.5/5 (883)
The Constant Gardener: A Novel
From Everand
The Constant Gardener: A Novel
John le Carré
Rating: 3.5 out of 5 stars
3.5/5 (109)
The Unwinding: An Inner History of the New America
From Everand
The Unwinding: An Inner History of the New America
George Packer
Rating: 4 out of 5 stars
4/5 (45)
The Light Between Oceans: A Novel
From Everand
The Light Between Oceans: A Novel
M.L. Stedman
Rating: 4.5 out of 5 stars
4.5/5 (789)
Mod 1.2
Document
60 pages
Mod 1.2
Leslie Qwer
No ratings yet
Nokoprint 230805 2138
Document
45 pages
Nokoprint 230805 2138
Leslie Qwer
No ratings yet
3-Classes and Functions
Document
11 pages
3-Classes and Functions
Leslie Qwer
No ratings yet
Draft Marklist: University of Kerala
Document
1 page
Draft Marklist: University of Kerala
Leslie Qwer
No ratings yet
S4 Java Full
Document
63 pages
S4 Java Full
Leslie Qwer
No ratings yet
Bca II May2016 Mathematics For Bca-Ii
Document
3 pages
Bca II May2016 Mathematics For Bca-Ii
Leslie Qwer
No ratings yet
Oopj Mod5chp2
Document
8 pages
Oopj Mod5chp2
Leslie Qwer
No ratings yet
S2 Bca 2022 Reg - Supply
Document
45 pages
S2 Bca 2022 Reg - Supply
Leslie Qwer
No ratings yet
Ajp Lab
Document
112 pages
Ajp Lab
Leslie Qwer
No ratings yet
J 1417-Information Security (2014 Admn Onwards
Document
10 pages
J 1417-Information Security (2014 Admn Onwards
Leslie Qwer
No ratings yet
Module 2 Chapter 2
Document
24 pages
Module 2 Chapter 2
Leslie Qwer
No ratings yet
S3 Bca 2016 Reg - Supply
Document
8 pages
S3 Bca 2016 Reg - Supply
Leslie Qwer
No ratings yet
Virtual Memory-1
Document
6 pages
Virtual Memory-1
Leslie Qwer
No ratings yet
Java 1 Mark
Document
2 pages
Java 1 Mark
Leslie Qwer
No ratings yet
S3 BCA Java March 2022 QP
Document
3 pages
S3 BCA Java March 2022 QP
Leslie Qwer
No ratings yet
Java Inher Overriding
Document
20 pages
Java Inher Overriding
Leslie Qwer
No ratings yet
Little Women
From Everand
Little Women
Louisa May Alcott
Rating: 4 out of 5 stars
4/5 (105)